Skip to content

Commit 46b7260

Browse files
committed
refactor(web): remove-log
1 parent 58cc149 commit 46b7260

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/src/pages/Cases/CaseDetails/MaintenanceButtons/WithdrawAppealFees.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ const WithdrawAppealFees: React.FC<IWithdrawAppealFees> = ({ id, roundIndex, set
3939
const { data: appealData } = useClassicAppealQuery(id);
4040

4141
const localRounds = useMemo(() => getLocalRounds(appealData?.dispute?.disputeKitDispute), [appealData]);
42-
console.log({ localRounds });
4342

4443
const feeDispersed = useMemo(
4544
() =>

0 commit comments

Comments
 (0)