Skip to content

Commit

Permalink
fix: v2.1.1 배포 과정에서의 문제 해결
Browse files Browse the repository at this point in the history
Co-authored-by: TaehunLee <[email protected]>
Co-authored-by: Pakxe <[email protected]>
Co-authored-by: Soyeon Choe <[email protected]>
  • Loading branch information
4 people committed Oct 17, 2024
1 parent 7c8840f commit dbded65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const meta = {
// TODO: (@todari) : Icon의 색상을 variants에 의해 자동으로 변경해 줄 수 있는 로직 추가
options: [
<Icon iconType="inputDelete" />,
<Icon iconType="buljusa" />,
<Icon iconType="rightChevron" />,
<Icon iconType="search" />,
<Icon iconType="confirm" />,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {useEffect, useState} from 'react';
import type {KeyboardType} from './keypads';

import {KeyboardType} from './NumberKeyboard';
import {useEffect, useState} from 'react';

interface Props {
type: KeyboardType;
Expand Down
2 changes: 1 addition & 1 deletion client/src/hooks/useAdminPage.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {useOutletContext} from 'react-router-dom';
import {useEffect, useState} from 'react';

import {EventPageContextProps} from '@pages/EventPage/EventPageLayout';

Expand All @@ -8,6 +7,7 @@ import {useTotalExpenseAmountStore} from '@store/totalExpenseAmountStore';
import getEventIdByUrl from '@utils/getEventIdByUrl';

import useRequestGetSteps from './queries/step/useRequestGetSteps';
import useBanner from './useBanner';

const useAdminPage = () => {
const eventId = getEventIdByUrl();
Expand Down

0 comments on commit dbded65

Please sign in to comment.