multi search ui fix

This commit is contained in:
julian 2023-02-21 13:15:11 -06:00
parent f76807d8a5
commit cc58379f3b

View file

@ -445,6 +445,7 @@ class _AddNewPaynymFollowViewState
.backgroundAppBar .backgroundAppBar
: null, : null,
child: PaynymCard( child: PaynymCard(
key: UniqueKey(),
label: _searchResult!.nymName, label: _searchResult!.nymName,
paymentCodeString: _searchResult!.codes.first.code, paymentCodeString: _searchResult!.codes.first.code,
walletId: widget.walletId, walletId: widget.walletId,