diff options
author | 2021-01-21 20:14:34 +0200 | |
---|---|---|
committer | 2021-01-21 20:14:34 +0200 | |
commit | 560b4be306e4371ba1e2099c142a4e4661339152 (patch) | |
tree | 15a44e455ea2a220fd0e8185875f874cf03a6ec2 /src/components/Question.tsx | |
parent | Use relative units (diff) | |
parent | Remove 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.tsx | 1 |
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"; |