Skip to content

Commit 796f42a

Browse files
committed
lint fix
1 parent 5988962 commit 796f42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/pages/institutional/custody/custody.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ const CustodyPage = () => {
273273
const accountsValue = await dispatch(
274274
mmiActions.getCustodianAccounts(
275275
custodianToken,
276-
custodianName || custodianType,
276+
custodianName || custodianType,
277277
custodianType,
278278
true,
279279
),

0 commit comments

Comments
 (0)