From 47a647c1d7164a26a77db01dea84f46864e587f4 Mon Sep 17 00:00:00 2001 From: Alexey Khaov Date: Fri, 27 Jan 2023 22:29:18 +0300 Subject: [PATCH] Fixed props type --- src/components/Views/Feed.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Views/Feed.tsx b/src/components/Views/Feed.tsx index 335cf8f4..9b87b85e 100644 --- a/src/components/Views/Feed.tsx +++ b/src/components/Views/Feed.tsx @@ -19,6 +19,7 @@ import stylesTopic from '../Feed/CardTopic.module.scss' import styles from './Feed.module.scss' import { clsx } from 'clsx' import Userpic from '../Author/Userpic' +import type { Author } from '../../graphql/types.gen' // const AUTHORSHIP_REACTIONS = [ // ReactionKind.Accept, @@ -139,7 +140,7 @@ export const FeedView = () => {