mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-28 11:24:11 +08:00
Fix for stray class=
This commit is contained in:
parent
1d4c526c6e
commit
95b8b2df15
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ AccountSidebar = React.createClass
|
||||||
@unsubscribe() if @unsubscribe
|
@unsubscribe() if @unsubscribe
|
||||||
|
|
||||||
render: ->
|
render: ->
|
||||||
<div id="account-sidebar" class="account-sidebar">
|
<div id="account-sidebar" className="account-sidebar">
|
||||||
<div className="account-sidebar-sections">
|
<div className="account-sidebar-sections">
|
||||||
{@_sections()}
|
{@_sections()}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue