Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit c3a050b

Browse files
committed
remove unused var
1 parent b9a7b09 commit c3a050b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/proposals/VoteStatusChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const VoteStatusChart = ({
2222
initialVotesAgainst,
2323
// refreshing = false,
2424
tokenSymbol = "",
25-
liquidTokens,
25+
// liquidTokens,
2626
proposal,
2727
}: VoteStatusChartProps) => {
2828
const [localRefreshing, setLocalRefreshing] = useState(false);

0 commit comments

Comments
 (0)