Skip to content

Commit

Permalink
refactor: lint 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
junghaesung79 committed Jun 18, 2024
1 parent dd3f8d2 commit 4273932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/pages/Coop/components/DiningBlocks/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import {
Suspense, useRef, useState,
} from 'react';
import { useRef, useState } from 'react';

import NoPhotoIcon from 'assets/svg/coop/no-photo.svg?react';
import SoldOutIcon from 'assets/svg/coop/sold-out.svg?react';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
margin-left: 4px;
color: #175c8e;
}

&--orange {
margin-left: 4px;
color: #f7941e;
Expand Down

0 comments on commit 4273932

Please sign in to comment.