1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-29 18:50:08 +03:00

F #3951: Add icon to locations provider (#539)

This commit is contained in:
Sergio Betanzos 2020-12-10 13:39:10 +01:00 committed by GitHub
parent 7c748da499
commit eaa9417605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ const LocationCard = memo(
return (
<SelectCard
title={key}
avatar={<ProvidersIcon />}
icon={<ProvidersIcon />}
isSelected={isSelected}
handleClick={handleClick}
>