Skip to content

Commit

Permalink
optimize the code
Browse files Browse the repository at this point in the history
Signed-off-by: yubonluo <[email protected]>
  • Loading branch information
yubonluo committed Jul 20, 2024
1 parent 3cae370 commit 4932cf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ export const WorkspaceMenu = ({ coreStart, registeredUseCases$ }: Props) => {
</EuiFlexGroup>
</EuiPanel>
<EuiPanel paddingSize="s" hasBorder={false} color="transparent">
{getWorkspaceListGroup(filteredWorkspaceList, 'all')}
{getWorkspaceListGroup(filteredRecentWorkspaces, 'recent')}
{getWorkspaceListGroup(filteredWorkspaceList, 'all')}
</EuiPanel>
<EuiPanel paddingSize="s" hasBorder={false} color="transparent">
<EuiFlexGroup alignItems="center" justifyContent="spaceBetween" gutterSize="s">
Expand Down

0 comments on commit 4932cf3

Please sign in to comment.