Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Aug 24, 2023
1 parent fa21077 commit f27ef66
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/components/masa-interface/pages/gallery/gallery.tsx
@@ -1,8 +1,5 @@
import React from 'react';
import type {
ICreditScore,
IGreen,
} from '@masa-finance/masa-sdk';
import type { ICreditScore, IGreen } from '@masa-finance/masa-sdk';
import { BigNumber } from 'ethers';
import { Tabs } from './tabs';
import { useMasa } from '../../../../provider';
Expand Down Expand Up @@ -38,10 +35,7 @@ export const Gallery = ({ context }) => {
return (
<div className="masa-gallery-container">
{masa && context.tabs && context.tabs.length > 0 ? (
<Tabs
tabs={context.tabs}
wrapperClassName="masa-gallery"
/>
<Tabs tabs={context.tabs} wrapperClassName="masa-gallery" />
) : (
<div className="not-connected-message">
<h2>It looks like you are not connected to Masa</h2>
Expand Down

0 comments on commit f27ef66

Please sign in to comment.