diff --git a/src/apps/wallet-admin/src/home/tabs/payments/PaymentsTab.tsx b/src/apps/wallet-admin/src/home/tabs/payments/PaymentsTab.tsx index 57e5108c5..92f6b14f0 100644 --- a/src/apps/wallet-admin/src/home/tabs/payments/PaymentsTab.tsx +++ b/src/apps/wallet-admin/src/home/tabs/payments/PaymentsTab.tsx @@ -284,7 +284,11 @@ const ListView: FC = (props: ListViewProps) => { // eslint-disable-next-line react-hooks/exhaustive-deps }, [handleValueUpdated, editState, fetchWinnings]) - const isEditingAllowed = (): boolean => props.profile.roles.includes('Payment Admin') || props.profile.roles.includes('Payment Editor') + const isEditingAllowed = (): boolean => ( + props.profile.roles.includes('Payment Admin') + || props.profile.roles.includes('Payment BA Admin') + || props.profile.roles.includes('Payment Editor') + ) return ( <>