Skip to content

Commit

Permalink
[assets] reset claim button after claiming
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Oct 24, 2023
1 parent fa3e630 commit 4ac42c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/page/assets/index.dart
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ class _AssetsViewState extends State<AssetsView> {
widget.store,
webApi,
widget.store.encointer.chosenCid!,
),
).then((_) => webApi.encointer.hasPendingIssuance()),
);
} else {
return _appSettingsStore.developerMode
Expand Down

0 comments on commit 4ac42c6

Please sign in to comment.