Skip to content

Commit

Permalink
Fix table view (#451)
Browse files Browse the repository at this point in the history
* feat: safe tx

* ref: calc for every tx

* ref: typecheck

* fix: table view
  • Loading branch information
MrX-SNX authored Sep 9, 2024
1 parent b75f5a0 commit dc173d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function UserTableView({
{place === undefined ? (
'-'
) : place <
(activeCouncil === 'spartan' ? 8 : activeCouncil === 'ambassador' ? 5 : 4) ? (
(activeCouncil === 'spartan' ? 9 : activeCouncil === 'ambassador' ? 6 : 5) ? (
<Flex gap="1" alignItems="center">
{place}
<CrownIcon />
Expand Down

0 comments on commit dc173d2

Please sign in to comment.