We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f55dc1 commit a652288Copy full SHA for a652288
resources/js/game/sections/game-actions-section/actions.tsx
@@ -338,7 +338,7 @@ export default class Actions extends React.Component<
338
/>
339
</div>
340
341
- {this.props.celestial_id !== 0 &&
+ {this.props.celestial_id > 0 &&
342
!this.state.show_exploration &&
343
this.props.can_engage_celestial && (
344
<div className="w-full">
0 commit comments