You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/modules/components/Transferable.tsx
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,11 @@ export function TransferableModuleUI(
178
178
}
179
179
isLoading={updateMutation.isPending}
180
180
colorScheme="primary"
181
-
transactionCount={1+allowListLength}
181
+
transactionCount={
182
+
// if already restricted, only need to send the allowlist txs
0 commit comments