Skip to content

Commit

Permalink
fix: unblock withdrawals
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Jun 7, 2024
1 parent d17c0ab commit 8068708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/bridge/withdraw.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ useSeoMeta({
});
const { eraNetwork } = storeToRefs(useZkSyncProviderStore());
const withdrawalsDisabled = computed(() => eraNetwork.value.key === "mainnet");
const withdrawalsDisabled = computed(() => false);
</script>

<style lang="scss" scoped></style>

0 comments on commit 8068708

Please sign in to comment.