diff --git a/web/pages/leaderboards.tsx b/web/pages/leaderboards.tsx index e0d71912..73b0d05f 100644 --- a/web/pages/leaderboards.tsx +++ b/web/pages/leaderboards.tsx @@ -16,6 +16,7 @@ import 'gridjs/dist/theme/mermaid.css' import { html } from 'gridjs' import dayjs from 'dayjs' import { useUser } from '../hooks/use-user' +import { useState } from 'react' export const getStaticProps = fromPropz(getStaticPropz) export async function getStaticPropz() { @@ -113,7 +114,7 @@ function Explanation() {
We'd be happy to pay a bounty to anyone who can help us solve this - riddle... oh wait. + riddle! Oh wait...
) @@ -184,6 +185,8 @@ export default function Manaboards(props: { saveFakeBalance(userProfits(user.id, txns) + user.balance) } + const [expandInfo, setExpandInfo] = useState(false) + return (+