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';