Skip to content

Commit

Permalink
feat: remove comment, add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielizzy committed Sep 12, 2024
1 parent 8a62aec commit 0c839de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/smooth-shoes-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@zopauk/react-components': patch
---

add cobranded to 500
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ const FiveHundred = ({
}: FiveHundredErrorProps) => {
const { width = 0 } = useViewport();

console.log('isCobranded', isCobranded);

const themeContext = useThemeContext();
let theme: AppTheme;
if (isCobranded) {
Expand Down

0 comments on commit 0c839de

Please sign in to comment.