Skip to content

Commit

Permalink
make default folder cards all expanded
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrliu committed Jul 19, 2024
1 parent 402cc63 commit 5085911
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 5085911

Please sign in to comment.