Skip to content

Commit b2c0853

Browse files
committed
typo fix
1 parent a5605e8 commit b2c0853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CippStandards/CippStandardDialog.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ const CippStandardDialog = ({
416416
Search returned no results
417417
</Typography>
418418
) : (
419-
<VirtualizedStandardGrids items={processedItems} renderItem={renderStandardCard} />
419+
<VirtualizedStandardGrid items={processedItems} renderItem={renderStandardCard} />
420420
)}
421421
</DialogContent>
422422
<DialogActions>

0 commit comments

Comments
 (0)