Skip to content

Commit

Permalink
remove unused coe
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Oct 10, 2024
1 parent 3929d7a commit 5e17f6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function LinkManager({ linkProps }: { linkProps: LinkProps }) {
</Button>
) : null}
{/* Applications link is todo: Andrea PR */}
{linkProps.displayType === RoundDisplayType.Current ?? null}
{/* {linkProps.displayType === RoundDisplayType.Current ?? null} */}
{linkProps.displayType === RoundDisplayType.Past ? (
<Button
disabled={!linkProps.enableStats}
Expand Down

0 comments on commit 5e17f6b

Please sign in to comment.