mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 19:07:15 +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
|
||||
|
||||
render: ->
|
||||
<div id="account-sidebar" class="account-sidebar">
|
||||
<div id="account-sidebar" className="account-sidebar">
|
||||
<div className="account-sidebar-sections">
|
||||
{@_sections()}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue