Skip to content

Commit

Permalink
chore: fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Jan 23, 2024
1 parent e62496f commit 0d26c4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ function AddressInfo(props) {
{node_state}
</span>
{jailBadges}
{(chainCanJail && is_prep && isConnected) || TEST_VARIABLE ? (
{(chainCanJail && is_prep && isConnected) ? (
<span>
<button
disabled={!is_prep || !isConnected}
Expand Down

0 comments on commit 0d26c4e

Please sign in to comment.