1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 18:56:22 +00:00

modify: markup for storages config

This commit is contained in:
sota1235
2016-12-30 14:07:34 +09:00
parent e74f5e835f
commit 2bbac8a6f4
3 changed files with 6 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ class StoragesTab extends React.Component {
})
return (
<div styleName='list'>
<div styleName='header'>Storages</div>
{storageList.length > 0
? storageList
: <div styleName='list-empty'>No storage found.</div>