Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Aug 1, 2024
1 parent ef5378e commit a70f840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Team/deploy/Container/History.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const TeamDeployContainerHistory = () => {
}
}, [deployUUID, env]);

if (data?.is_v2)
if (!data?.is_v2)
return (
<Wrapper>
<div style={{ fontSize: '48px', color: theme.color.gray9, fontWeight: '700', paddingTop: '200px' }}>
Expand Down

0 comments on commit a70f840

Please sign in to comment.