Update nym-wallet/src/components/Delegation/DelegationList.tsx

This commit is contained in:
Mark Sinclair
2024-05-02 14:57:00 +01:00
committed by GitHub
parent 3ba83795d4
commit 6e23322ac4
@@ -111,7 +111,7 @@ export const DelegationList: FCWithChildren<{
<ErrorModal
open={Boolean(delegationItemErrors)}
title={`Delegation errors for Node ID ${delegationItemErrors?.nodeId || 'unknown'}`}
message={delegationItemErrors?.errors || 'opps'}
message={delegationItemErrors?.errors || 'oops'}
onClose={() => setDelegationItemErrors(undefined)}
/>
<Table sx={{ width: '100%' }}>