mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-22 06:08:29 +00:00
minor tweak w/ burnettk
This commit is contained in:
parent
dc09d70f3e
commit
645903f2cc
@ -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()}
|
||||
</>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user