Fix minor error
This commit is contained in:
parent
dac27abb34
commit
bedfbdc227
@ -1371,9 +1371,9 @@ export default function FoldersPage() {
|
||||
|
||||
const getStorageIcon = (storageType: string) => {
|
||||
return storageType === "permanent" ? (
|
||||
<Cloud className="h-4 w-4 text-blue-600" title="Stockage permanent" />
|
||||
<Cloud className="h-4 w-4 text-blue-600" />
|
||||
) : (
|
||||
<HardDrive className="h-4 w-4 text-gray-600" title="Stockage temporaire" />
|
||||
<HardDrive className="h-4 w-4 text-gray-600" />
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user