1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00
This commit is contained in:
asmsuechan
2017-07-08 14:02:03 +09:00
parent 21f96febdb
commit f005bb1e46
3 changed files with 7 additions and 4 deletions

View File

@@ -54,7 +54,9 @@ const InfoPanel = ({
InfoPanel.propTypes = {
storageName: PropTypes.string.isRequired,
folderName: PropTypes.string.isRequired,
noteKey: PropTypes.string.isRequired
noteKey: PropTypes.string.isRequired,
updatedAt: PropTypes.string.isRequired,
createdAt: PropTypes.string.isRequired
}
export default CSSModules(InfoPanel, styles)