Skip to content

Commit

Permalink
fix : 아무 생각이 없어요 (띄어쓰기 통일화) (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jymaeng1234 authored Nov 5, 2024
1 parent a1a6928 commit cac5b1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import ToastContainer from '@/features/Toast/ui/ToastContainer';
import { RouterProvider } from 'react-router-dom';
import router from './router';
import ReactionSelector from '@/widgets/reaction-selector/ui/ReactionSelector';

const queryClient = new QueryClient();

const App: React.FC = () => {
const token =
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6Im1pbmpvb24iLCJlbWFpbCI6ImFubmF3YTZAbmF2ZXIuY29tLmNvbSIsImlhdCI6MTczMDc3MjU3MiwiZXhwIjoxNzMwNzgzMzcyfQ.jOVHX1RsVVr0hYB9bF9E3CRL3cQzYb9bYr9b35AYFg0';

return (
<QueryClientProvider client={queryClient}>
<GlobalStyles />
Expand Down
2 changes: 1 addition & 1 deletion src/shared/model/EmotionEnum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const emotionDescriptions: Record<Emotions, string> = {
[Emotions.Not_sure]: '모르겠어요',
[Emotions.Embarrassed]: '부끄러워요',
[Emotions.Surprised]: '놀라워요',
[Emotions.Blank]: '아무 생각이 없어요',
[Emotions.Blank]: '아무생각이 없어요',
[Emotions.Sad]: '슬퍼요',
[Emotions.Depressed]: '우울해요',
[Emotions.Disappointed]: '실망스러워요',
Expand Down

0 comments on commit cac5b1f

Please sign in to comment.