Skip to content

Commit

Permalink
Merge branch 'main' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugahnstn authored Oct 2, 2023
2 parents b76cba4 + 243ccec commit 281e38b
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

0 comments on commit 281e38b

Please sign in to comment.