rename "Incompatible" to "No data yet"
This commit is contained in:
parent
bcf6e6d8a7
commit
b53d95cda8
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ function ItemPageOutfitPreview({ itemId }) {
|
||||||
/>
|
/>
|
||||||
<Box flex="1 0 0" lineHeight="1">
|
<Box flex="1 0 0" lineHeight="1">
|
||||||
{isIncompatible && (
|
{isIncompatible && (
|
||||||
<Tooltip label="Incompatible" placement="top">
|
<Tooltip label="No data yet" placement="top">
|
||||||
<WarningIcon
|
<WarningIcon
|
||||||
color={errorColor}
|
color={errorColor}
|
||||||
transition="color 0.2"
|
transition="color 0.2"
|
||||||
|
|
Loading…
Reference in a new issue