Skip to content

Commit 6e34ee3

Browse files
committed
typo fix
1 parent 4e89e9a commit 6e34ee3

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)