- {localUsagePercent}% of {formatStorage(totalLocalCapacity)} +
+ {localUsagePercent}% + of + {formatStorage(totalLocalCapacity)}
- {remoteStorageCount > 0 - ? `${remoteUsagePercent}% of ${formatStorage(totalRemoteCapacity)}` - : "No remote storage"} +
+ {remoteStorageCount > 0 ? ( + <> + {remoteUsagePercent}% + of + {formatStorage(totalRemoteCapacity)} + > + ) : ( + No remote storage + )}