diff options
-rw-r--r-- | src/components/moments/MomentPost.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/moments/MomentPost.tsx b/src/components/moments/MomentPost.tsx index 3a96fe9a..0504052b 100644 --- a/src/components/moments/MomentPost.tsx +++ b/src/components/moments/MomentPost.tsx @@ -89,7 +89,6 @@ const MomentPost: React.FC<MomentPostProps> = ({ moment.moment_url.endsWith('gif') ); const mediaHeight = SCREEN_WIDTH / aspectRatio; - const [viewCount, setViewCount] = useState<number>(moment.view_count); /* * Load tags on initial render to pass tags data to moment header and content |