Skip to content

Commit

Permalink
🐛 Fikset rouge ';' i preview
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh committed Jul 4, 2023
1 parent 02f1985 commit 06ceeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aksel.nav.no/website/components/WithPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function LiveQuery({
return (
<>
<PreviewBanner loading={loading} validUser={validUser} />
<Comp {...props} {...data} />;
<Comp {...props} {...data} />
</>
);
}
Expand Down

0 comments on commit 06ceeb3

Please sign in to comment.