minor tweak w/ burnettk

This commit is contained in:
jasquat 2025-02-12 16:13:27 -05:00
parent dc09d70f3e
commit 645903f2cc
No known key found for this signature in database

View File

@ -177,6 +177,7 @@ function Homepage({ viewMode, setViewMode, isMobile }: HomepageProps) {
Home
</Typography>
)}
<OnboardingView />
{lastProcessInstanceId && !isMobile && (
<Box
className="fadeIn"
@ -221,7 +222,6 @@ function Homepage({ viewMode, setViewMode, isMobile }: HomepageProps) {
selectedGroupBy={selectedGroupBy}
/>
</Box>
<OnboardingView />
{taskTableElement()}
</>
);