aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/FormPage/Navigation.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/FormPage/Navigation.tsx')
-rw-r--r--src/pages/FormPage/Navigation.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/FormPage/Navigation.tsx b/src/pages/FormPage/Navigation.tsx
index c5dfa4a..bf1567f 100644
--- a/src/pages/FormPage/Navigation.tsx
+++ b/src/pages/FormPage/Navigation.tsx
@@ -24,7 +24,7 @@ export default function Navigation(props: NavigationProps): JSX.Element {
} else {
innerElement = <button disabled={!props.can_submit} form="form" type="submit">Submit</button>;
}
- let submit = <div css={styles.actionButtonStyles}>{innerElement}</div>;
+ const submit = <div css={styles.actionButtonStyles}>{innerElement}</div>;
return (
<div css={[styles.unselectable, styles.mainTextStyles]}>