Skip to content

Commit

Permalink
force dynamic for list peers
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Oct 15, 2023
1 parent 9232e12 commit 348badf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/app/mirrors/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import { PrismaClient } from '@prisma/client';
import moment from 'moment';
import Link from 'next/link';

export const dynamic = 'force-dynamic';

const Badges = [
<Badge variant='positive' key={1}>
<Icon name='play_circle' />
Expand Down

0 comments on commit 348badf

Please sign in to comment.