Browse Source

Fix linting

Kirk Trombley 3 years ago
parent
commit
61f1e5c6a5
1 changed files with 2 additions and 1 deletions
  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 && (