1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00
This commit is contained in:
Kazu Yokomizo
2017-11-06 03:08:15 +09:00
parent 5c3f0cd060
commit 705e64377b
2 changed files with 4 additions and 6 deletions

View File

@@ -137,7 +137,7 @@ class Preferences extends React.Component {
<div ref='content' styleName='content'>
{content}
</div>
<RealtimeNotification/>
<RealtimeNotification />
</div>
)
}