rename "Incompatible" to "No data yet"

This commit is contained in:
Emi Matchu 2020-09-20 21:34:27 -07:00
parent bcf6e6d8a7
commit b53d95cda8

View file

@ -535,7 +535,7 @@ function ItemPageOutfitPreview({ itemId }) {
/>
<Box flex="1 0 0" lineHeight="1">
{isIncompatible && (
<Tooltip label="Incompatible" placement="top">
<Tooltip label="No data yet" placement="top">
<WarningIcon
color={errorColor}
transition="color 0.2"