Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
always load like and follow buttons on topic page
Browse files Browse the repository at this point in the history
  • Loading branch information
ceolinwill committed Jun 29, 2020
1 parent 5b2e6f8 commit 9ba36ac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/TopicActions.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import dynamic from 'next/dynamic';
import { CardActions, makeStyles } from '@material-ui/core';
import FollowButton from './FollowButton';
import ItemActionsMenu from './ItemActionsMenu';

const FollowButton = dynamic(() => import('./FollowButton'), { ssr: false });
const LikeButton = dynamic(() => import('./LikeButton'), { ssr: false });
import LikeButton from './LikeButton';

interface TopicActionsProps {
id: string;
Expand Down

0 comments on commit 9ba36ac

Please sign in to comment.