(chore): update tertianary with null

This commit is contained in:
Julie Plantey 2022-11-25 11:05:47 +01:00
parent 1824d5f8be
commit d36aaed17e

View File

@ -346,7 +346,7 @@ export const MediaLibrary = () => {
value={isSelected}
onChange={() => selectOne(folder)}
/>
) : undefined
) : null
}
cardActions={
<IconButton