aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/timeline
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-10 15:12:49 +0000
committerGitHub <noreply@github.com>2021-05-10 15:12:49 +0000
commit98a3374d13d89e20ac210eb5f5c17dae902a5942 (patch)
treefa8d497b0176d6c7bde35ba95feed254b780e25f /FrontEnd/src/app/views/timeline
parent137cfad1eaea5885b23e0acf852d9c31f4bb74a0 (diff)
parentb4e0441dd8b0a238d970d6c9382fd84d86e6e249 (diff)
downloadtimeline-98a3374d13d89e20ac210eb5f5c17dae902a5942.tar.gz
timeline-98a3374d13d89e20ac210eb5f5c17dae902a5942.tar.bz2
timeline-98a3374d13d89e20ac210eb5f5c17dae902a5942.zip
Merge pull request #516 from crupest/dependabot/npm_and_yarn/FrontEnd/prettier-2.3.0
Diffstat (limited to 'FrontEnd/src/app/views/timeline')
-rw-r--r--FrontEnd/src/app/views/timeline/TimelineCard.tsx5
1 files changed, 2 insertions, 3 deletions
diff --git a/FrontEnd/src/app/views/timeline/TimelineCard.tsx b/FrontEnd/src/app/views/timeline/TimelineCard.tsx
index f2aca579..0cb908cc 100644
--- a/FrontEnd/src/app/views/timeline/TimelineCard.tsx
+++ b/FrontEnd/src/app/views/timeline/TimelineCard.tsx
@@ -9,9 +9,8 @@ import TimelineDeleteDialog from "./TimelineDeleteDialog";
const TimelineCard: React.FC<TimelinePageCardProps> = (props) => {
const { timeline } = props;
- const [dialog, setDialog] = React.useState<
- "member" | "property" | "delete" | null
- >(null);
+ const [dialog, setDialog] =
+ React.useState<"member" | "property" | "delete" | null>(null);
return (
<>