소스 검색

Fix linting

Kirk Trombley 3 년 전
부모
커밋
61f1e5c6a5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      client/src/components/screens/Lobby/Lobby.jsx

+ 2 - 1
client/src/components/screens/Lobby/Lobby.jsx

@@ -15,6 +15,7 @@ import {
   RACE,
   HARD,
   NIGHTMARE,
+  RAMP,
 } from "../../../domain/constants";
 
 export const GameInfo = () => {
@@ -66,7 +67,7 @@ export const GameInfo = () => {
       )}
       {scoreMethod === NIGHTMARE && (
         <span className={styles.label}>
-          You're playing on nightmare mode what is wrong with you
+          You&apos;re playing on nightmare mode what is wrong with you
         </span>
       )}
       {scoreMethod === RAMP && (