Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
const GeysersPage: React.FC = ({ classes, t }) => {
const gameObjectIds = useGameObjects(
GeyserTypeNames.map(x => `GeyserGeneric_${x}`)
);
return (
<div>
{gameObjectIds.map(gameObjectId => (
))}
</div>
);
};
onYearPercentRollChanged,
iterationLengthRoll,
onIterationLengthRollChanged,
iterationPercentRoll,
onIterationPercentRollChanged
} = this.props;
if (geyserType == null) {
return (
The geyser type was not recognized.
);
}
const options = GeyserTypeNames.map(x => ({
label: x,
value: x
}));
return (
Geyser}>
The following values are percentage decimals between 0 (0%) and 1
(100%). They indicate what percentage of the min/max value to use for