Skip to content

Commit 64d36a4

Browse files
committed
minor fix
1 parent e332f35 commit 64d36a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/ConceptShelf.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export const ConceptShelf: FC<ConceptShelfProps> = function ConceptShelf() {
176176
</Typography>
177177
{!isCustomGroup && (
178178
<Typography sx={{fontSize: "10px", ml: 1}} color="text.secondary">
179-
{expandedGroups.includes(groupName) ? '' : ''}
179+
{expandedGroups.includes(groupName) ? '' : ''}
180180
</Typography>
181181
)}
182182
</Box>

0 commit comments

Comments
 (0)