aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/views/timeline-common/TimelinePageTemplateUI.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-09-03 18:56:40 +0800
committercrupest <crupest@outlook.com>2020-09-03 18:56:40 +0800
commitd9c2d4e6293599c5499d68679e4fe33b241379f1 (patch)
tree8bf723b1ba5f4d882217f15c12341299355934b9 /Timeline/ClientApp/src/app/views/timeline-common/TimelinePageTemplateUI.tsx
parente6ef9ecd0a26326f42ade7b75a83639989d921a5 (diff)
downloadtimeline-d9c2d4e6293599c5499d68679e4fe33b241379f1.tar.gz
timeline-d9c2d4e6293599c5499d68679e4fe33b241379f1.tar.bz2
timeline-d9c2d4e6293599c5499d68679e4fe33b241379f1.zip
Move AppBar to App .
Diffstat (limited to 'Timeline/ClientApp/src/app/views/timeline-common/TimelinePageTemplateUI.tsx')
-rw-r--r--Timeline/ClientApp/src/app/views/timeline-common/TimelinePageTemplateUI.tsx7
1 files changed, 1 insertions, 6 deletions
diff --git a/Timeline/ClientApp/src/app/views/timeline-common/TimelinePageTemplateUI.tsx b/Timeline/ClientApp/src/app/views/timeline-common/TimelinePageTemplateUI.tsx
index e25ed962..c33bc0e5 100644
--- a/Timeline/ClientApp/src/app/views/timeline-common/TimelinePageTemplateUI.tsx
+++ b/Timeline/ClientApp/src/app/views/timeline-common/TimelinePageTemplateUI.tsx
@@ -310,10 +310,5 @@ export default function TimelinePageTemplateUI<TManageItems>(
}
}
- return (
- <>
- <AppBar />
- {body}
- </>
- );
+ return body;
}