Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwooha98 committed Nov 8, 2021
2 parents 25a5d10 + a041255 commit 95514e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/leaderboard/DistrictLeaderboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { DefaultDistrictRow } from './DefaultRow';
import { TopDistrictRow } from './TopRow';
import { KarrotRaiseApi, useKarrotRaiseApi } from 'services/karrotRaiseApi';
import RefreshButton from 'components/buttons/RefreshButton';
import WeeklyCountdown from 'components/WeeklyCountdown';
// import WeeklyCountdown from 'components/WeeklyCountdown';

const divStyle = css`
max-height: inherit;
Expand Down Expand Up @@ -98,7 +98,7 @@ const DistrictLeaderboard = () => {
}}
>
<p>이번 주 랭킹</p>
<WeeklyCountdown />
{/* <WeeklyCountdown /> */}
</div>
<RefreshButton
refreshLeaderboard={() => refreshLeaderboard(karrotRaiseApi)}
Expand Down
4 changes: 2 additions & 2 deletions src/components/leaderboard/IndividualLeaderboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { DefaultUserRow } from './DefaultRow';
import useUserData from 'hooks/useUserData';
import { TopUserRow } from './TopRow';
import RefreshButton from '../buttons/RefreshButton';
import WeeklyCountdown from 'components/WeeklyCountdown';
// import WeeklyCountdown from 'components/WeeklyCountdown';

const divStyle = css`
// max-height: inherit;
Expand Down Expand Up @@ -130,7 +130,7 @@ const IndividualLeaderboard = () => {
}}
>
<p>이번 주 랭킹</p>
<WeeklyCountdown />
{/* <WeeklyCountdown /> */}
</div>
<RefreshButton
refreshLeaderboard={() =>
Expand Down

0 comments on commit 95514e4

Please sign in to comment.