From 880ed701d5ae3f3b21b30d3b9e2db5d98d6b9513 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 3 Sep 2020 18:56:40 +0800 Subject: Move AppBar to App . --- .../src/app/views/timeline-common/TimelinePageTemplateUI.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Timeline/ClientApp/src/app/views/timeline-common') 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( } } - return ( - <> - - {body} - - ); + return body; } -- cgit v1.2.3