Skip to content

Commit

Permalink
fix: lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
vthomas13 committed Feb 23, 2024
1 parent 9769079 commit aa5f29f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/components/multichain/pages/connections/connections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ export const Connections = () => {
const t = useI18nContext();
const history = useHistory();
const activeTabOrigin = useSelector(getOriginOfCurrentTab);
const subjectMetadata: { [key: string]: any } = useSelector(getConnectedSitesList);
const subjectMetadata: { [key: string]: any } = useSelector(
getConnectedSitesList,
);
const connectedSubjectsMetadata = subjectMetadata[activeTabOrigin];
return (
<Page data-testid="connections-page" className="connections-page">
Expand Down

0 comments on commit aa5f29f

Please sign in to comment.