Skip to content

Commit

Permalink
Make default folder cards all expanded (#1831)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrliu authored Jul 19, 2024
1 parent 0081641 commit 87ac23e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export function HomeScreenImpl(): JSX.Element | null {
<>
{!(foldersInFolder.length === 0 && isRoot) && <Separator />}
{pcdsInFolder.length > 0 ? (
<PCDCardList pcds={pcdsInFolder} />
<PCDCardList allExpanded pcds={pcdsInFolder} />
) : loadedIssuedPCDs ? (
<NoPcdsContainer>This folder is empty</NoPcdsContainer>
) : (
Expand Down

0 comments on commit 87ac23e

Please sign in to comment.