aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Question.tsx
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-01-21 20:14:34 +0200
committerGravatar ks129 <[email protected]>2021-01-21 20:14:34 +0200
commit560b4be306e4371ba1e2099c142a4e4661339152 (patch)
tree15a44e455ea2a220fd0e8185875f874cf03a6ec2 /src/components/Question.tsx
parentUse relative units (diff)
parentRemove unnecessary ESLint disable (diff)
Merge branch 'forms-submitting' of https://github.com/python-discord/forms-frontend into forms-submitting
Diffstat (limited to 'src/components/Question.tsx')
-rw-r--r--src/components/Question.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/Question.tsx b/src/components/Question.tsx
index 750dd64..25ce04d 100644
--- a/src/components/Question.tsx
+++ b/src/components/Question.tsx
@@ -1,4 +1,3 @@
-/* eslint-disable @typescript-eslint/no-empty-function */
/** @jsx jsx */
import { jsx, css } from "@emotion/react";
import React, { ChangeEvent, FocusEvent } from "react";