aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Feeds.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-11-14 14:32:50 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commit6ecde9590b68189ca96fd0f2afccbd60d44f5950 (patch)
treefc7c60f76858599536fd8e0a5b4d2bb7e1fcb43b /vnext/src/ui/Feeds.js
parent546a94714b993e5fea838ef7326ed962f7cbb3ef (diff)
Fix some jsdoc definitions
Diffstat (limited to 'vnext/src/ui/Feeds.js')
-rw-r--r--vnext/src/ui/Feeds.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/vnext/src/ui/Feeds.js b/vnext/src/ui/Feeds.js
index 27a8376f..9bbecf89 100644
--- a/vnext/src/ui/Feeds.js
+++ b/vnext/src/ui/Feeds.js
@@ -104,9 +104,9 @@ export function Home({ visitor }) {
/**
* @typedef {Object} FeedState
- * @property authRequired?: boolean
- * @property visitor: import('../api').SecureUser
- * @property msgs: import('../api').Message[]
+ * @property { boolean } authRequired
+ * @property { import('../api').SecureUser } visitor
+ * @property { import('../api').Message[]= } msgs
* @property { Query} query
*/