Skip to content

Commit 2e8fb69

Browse files
committed
Fix linter
Signed-off-by: Cintia Sánchez García <cynthiasg@icloud.com>
1 parent f14d8c6 commit 2e8fb69

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

ui/webapp/src/layout/games/Title.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,7 @@ const Title = (props: Props) => {
4343
);
4444

4545
return (
46-
<div
47-
ref={setRef}
48-
class={`position-relative w-100 h-100 ${styles.container}`}
49-
data-testid="quiz-question-title"
50-
>
46+
<div ref={setRef} class={`position-relative w-100 h-100 ${styles.container}`} data-testid="quiz-question-title">
5147
<div
5248
ref={setTextRef}
5349
class={`position-absolute w-100 text-center ${styles.text}`}

0 commit comments

Comments
 (0)