aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/SetStatus.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/pages/bug/SetStatus.tsx')
-rw-r--r--webui/src/pages/bug/SetStatus.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/pages/bug/SetStatus.tsx b/webui/src/pages/bug/SetStatus.tsx
index e9674424..855848f9 100644
--- a/webui/src/pages/bug/SetStatus.tsx
+++ b/webui/src/pages/bug/SetStatus.tsx
@@ -8,7 +8,7 @@ import Date from 'src/components/Date';
import { SetStatusFragment } from './SetStatusFragment.generated';
-const useStyles = makeStyles(theme => ({
+const useStyles = makeStyles((theme) => ({
main: {
...theme.typography.body2,
marginLeft: theme.spacing(1) + 40,