mirror of
https://github.com/calli-eve/eve-pi.git
synced 2026-02-15 20:19:51 +01:00
show extraction tooltip only if we have extractors
This commit is contained in:
@@ -102,9 +102,11 @@ export const PlanetCard = ({
|
||||
return (
|
||||
<Tooltip
|
||||
title={
|
||||
<ExtractionSimulationTooltip
|
||||
extractors={extractors}
|
||||
/>
|
||||
extractors.length > 0 ? (
|
||||
<ExtractionSimulationTooltip
|
||||
extractors={extractors}
|
||||
/>
|
||||
) : null
|
||||
}
|
||||
componentsProps={{
|
||||
tooltip: {
|
||||
|
||||
Reference in New Issue
Block a user