aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Feeds.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-11-01 20:37:05 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:58 +0300
commitc89f8e8933724ce0f258d97d18eb361ebd2555ae (patch)
treeca05cb12d5cecb0329ab0828db33ac74d820a4a7 /vnext/src/ui/Feeds.js
parentca0c6213b369c9064e43643e83b086f3940a01e3 (diff)
Cleanup JSDoc warnings
Diffstat (limited to 'vnext/src/ui/Feeds.js')
-rw-r--r--vnext/src/ui/Feeds.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/vnext/src/ui/Feeds.js b/vnext/src/ui/Feeds.js
index c0698204..fc402583 100644
--- a/vnext/src/ui/Feeds.js
+++ b/vnext/src/ui/Feeds.js
@@ -41,7 +41,7 @@ function RequireAuth({ children }) {
}
/**
- * @param {PageProps} props
+ *
*/
export function Discover() {
const location = useLocation();
@@ -62,7 +62,7 @@ export function Discover() {
}
/**
- * @param {PageProps} props
+ *
*/
export function Discussions() {
const query = {
@@ -80,7 +80,7 @@ export function Discussions() {
}
/**
- * @param {PageProps} props
+ *
*/
export function Blog() {
const { user } = useParams();
@@ -133,7 +133,7 @@ export function Tag() {
}
/**
- * @param {PageProps} props
+ *
*/
export function Home() {
const query = {