From 81ddd9f6ada345fb2e80164890594ee411744bfc Mon Sep 17 00:00:00 2001 From: jhj9109 Date: Sat, 16 Dec 2023 17:50:45 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=ED=83=9C=EB=A9=94=EC=8B=9C=EC=A7=80?= =?UTF-8?q?=20=EB=A1=A4=EB=B0=B1=20to=20'ongame'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/frontend/src/components/common/LiveStatus.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/frontend/src/components/common/LiveStatus.tsx b/project/frontend/src/components/common/LiveStatus.tsx index 5d0198fd..4638fa7d 100644 --- a/project/frontend/src/components/common/LiveStatus.tsx +++ b/project/frontend/src/components/common/LiveStatus.tsx @@ -4,7 +4,7 @@ import { useCallback, useEffect, useState } from 'react'; export enum EnumUserStatus { ONLINE = 'online', OFFLINE = 'offline', - ONGAME = 'on game', + ONGAME = 'ongame', } const USER_STATUS_EVENT_NAME = 'userStatus';