Skip to content

Commit

Permalink
fixed code style #2
Browse files Browse the repository at this point in the history
  • Loading branch information
aednikanov committed Jul 3, 2024
1 parent 2d9ca72 commit d73ef0d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/ParserOpenRPC/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ export default function ParserOpenRPC({ network, method }: ParserProps) {
className={clsx(modalDrawerStyles.modalHeaderIcon, modalDrawerStyles.modalHeaderIconBack)}
onClick={closeComplexTypeView}
>
<img
src={colorMode === "light" ? '/img/icons/chevron-left-dark-icon.svg' : '/img/icons/chevron-left-light-icon.svg'}
/>
<img src={colorMode === "light" ? '/img/icons/chevron-left-dark-icon.svg' : '/img/icons/chevron-left-light-icon.svg'} />
</button>
Editing Param
</span>
Expand Down

0 comments on commit d73ef0d

Please sign in to comment.