Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugahnstn authored Apr 25, 2023
1 parent 7a59be8 commit 725932c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Header = () => {
<S.ContainerHeader>
<S.Image src={logo} />
<S.TextIp>
IP: <S.SpanTextIp>{ !query ? query : "000.000.000" }</S.SpanTextIp>
IP: <S.SpanTextIp>{ !query ? "000.000.000" : query }</S.SpanTextIp>
</S.TextIp>
</S.ContainerHeader>
</Container>
Expand Down

1 comment on commit 725932c

@vercel
Copy link

@vercel vercel bot commented on 725932c Apr 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.