Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Sep 20, 2023
1 parent 2b7601e commit 56e82d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwa/app/playground/components/Response.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function Response({
if (isJson) {
return (
<div
style={{ "white-space": "pre" }}
style={{ whiteSpace: "pre" }}
dangerouslySetInnerHTML={{ __html: a }}
/>
);
Expand Down

0 comments on commit 56e82d3

Please sign in to comment.