Skip to content

Commit a652288

Browse files
committed
Minor fix
1 parent 1f55dc1 commit a652288

File tree

1 file changed

+1
-1
lines changed
  • resources/js/game/sections/game-actions-section

1 file changed

+1
-1
lines changed

resources/js/game/sections/game-actions-section/actions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ export default class Actions extends React.Component<
338338
/>
339339
</div>
340340

341-
{this.props.celestial_id !== 0 &&
341+
{this.props.celestial_id > 0 &&
342342
!this.state.show_exploration &&
343343
this.props.can_engage_celestial && (
344344
<div className="w-full">

0 commit comments

Comments
 (0)