diff --git a/src/pages/top-up/Swap.tsx b/src/pages/top-up/Swap.tsx index 19c5fbe..ee454c4 100644 --- a/src/pages/top-up/Swap.tsx +++ b/src/pages/top-up/Swap.tsx @@ -107,6 +107,7 @@ export function Swap({ header }: Props): ReactElement { } catch (error) { enqueueSnackbar(`Failed to swap: ${error}`, { variant: 'error' }) } finally { + balance?.refresh() setLoading(false) } }