Skip to content

Commit

Permalink
🚨 Fix lint #2014
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Feb 29, 2024
1 parent 50dde71 commit e833e16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion sanityv3/icons/customIcons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export const ContentRightImage = (): JSX.Element => (
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path
d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-.333 12h-2l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h2l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm0 -3h-6l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h6l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm0 -3h-4l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h4l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z"
stroke-width="0"
strokeWidth="0"
fill="currentColor"
/>
</svg>
Expand Down
2 changes: 0 additions & 2 deletions sanityv3/src/lib/structure/items/AssetLibrary.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { play_circle_outlined } from '@equinor/eds-icons'

import { EdsIcon, FileIcon, LibraryIcon, TagMoreIcon } from '../../../../icons'
import { Flags } from '../../datasetHelpers'
import { AssetExtensionFilters } from './AssetExtensionFilters'
import { AssetTagFilters } from './AssetTagFilters'
import { UnusedAssetFilters } from './UnusedAssetFilters'
Expand Down

0 comments on commit e833e16

Please sign in to comment.