aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/home/index.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-08 21:19:48 +0800
committerGitHub <noreply@github.com>2021-06-08 21:19:48 +0800
commitda26373c7fc13cded47428b27638b349b0432437 (patch)
tree594a1720aa6519c96d8e81a9d41ea328f5241887 /FrontEnd/src/app/views/home/index.tsx
parentee92c2b9fa4fc7bcb7234f75b7fbe00e1484a1d4 (diff)
parentbe3300b030f2f4e50655c5685a255582ba0b530d (diff)
downloadtimeline-da26373c7fc13cded47428b27638b349b0432437.tar.gz
timeline-da26373c7fc13cded47428b27638b349b0432437.tar.bz2
timeline-da26373c7fc13cded47428b27638b349b0432437.zip
Merge pull request #597 from crupest/dependabot/npm_and_yarn/FrontEnd/prettier-2.3.1
build(deps-dev): Bump prettier from 2.3.0 to 2.3.1 in /FrontEnd
Diffstat (limited to 'FrontEnd/src/app/views/home/index.tsx')
-rw-r--r--FrontEnd/src/app/views/home/index.tsx10
1 files changed, 6 insertions, 4 deletions
diff --git a/FrontEnd/src/app/views/home/index.tsx b/FrontEnd/src/app/views/home/index.tsx
index 484260b0..0eca23ee 100644
--- a/FrontEnd/src/app/views/home/index.tsx
+++ b/FrontEnd/src/app/views/home/index.tsx
@@ -19,10 +19,12 @@ const HomeV2: React.FC = () => {
const [navText, setNavText] = React.useState<string>("");
- const [highlightTimelineState, setHighlightTimelineState] =
- React.useState<"loading" | "done" | "error">("loading");
- const [highlightTimelines, setHighlightTimelines] =
- React.useState<HttpTimelineInfo[] | undefined>();
+ const [highlightTimelineState, setHighlightTimelineState] = React.useState<
+ "loading" | "done" | "error"
+ >("loading");
+ const [highlightTimelines, setHighlightTimelines] = React.useState<
+ HttpTimelineInfo[] | undefined
+ >();
React.useEffect(() => {
if (highlightTimelineState === "loading") {