diff options
author | Thibaut Girka <thib@sitedethib.com> | 2020-09-19 13:53:24 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2020-09-19 14:15:28 +0200 |
commit | 312c936d5191b682d68b317ed7b6883aeee2c14e (patch) | |
tree | 54ae8c88a2c24376a78368e35c5b03eec5256b01 /app/javascript/flavours/glitch/features/notifications/components | |
parent | 85b9086e6beea5007af567202295eda2c20bcc02 (diff) |
Minor refactoring and fixups
Diffstat (limited to 'app/javascript/flavours/glitch/features/notifications/components')
-rw-r--r-- | app/javascript/flavours/glitch/features/notifications/components/notification.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/features/notifications/components/notification.js b/app/javascript/flavours/glitch/features/notifications/components/notification.js index 7b80c2228..bd415856c 100644 --- a/app/javascript/flavours/glitch/features/notifications/components/notification.js +++ b/app/javascript/flavours/glitch/features/notifications/components/notification.js @@ -22,6 +22,7 @@ export default class Notification extends ImmutablePureComponent { cacheMediaWidth: PropTypes.func, cachedMediaWidth: PropTypes.number, onUnmount: PropTypes.func, + unread: PropTypes.bool, }; render () { |