Skip to content

Commit 502e5d8

Browse files
committed
chore: update unsupported payment network error
1 parent 675e59e commit 502e5d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/invoice-dashboard/src/lib/dashboard/invoice-view.svelte

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -459,9 +459,7 @@
459459
</div>
460460
</div>
461461
{#if unsupportedNetwork}
462-
<div class="unsupported-network">
463-
Unsupported payment network: pn-eth-fee-proxy-contract
464-
</div>
462+
<div class="unsupported-network">Unsupported payment network!</div>
465463
{/if}
466464
</div>
467465

0 commit comments

Comments
 (0)