Skip to content

Commit

Permalink
:
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazuh committed Mar 3, 2024
1 parent 76ce592 commit f13ead2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/project-workspace/Runtime.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ function ResponseContent(props: {
return (
<div>
<h3 className={cn("mb-3", isSuccess ? "text-green-400" : "text-red-400")}>
<span>{isSuccess ? "HTTP success" : "HTTP bad status"}</span>{" "}
<span>{isSuccess ? "HTTP success" : "HTTP bad status"}</span>:{" "}
<code>{props.response.status}</code>{" "}
<Dialog
open={isStatusExplanationOpen}
Expand Down

0 comments on commit f13ead2

Please sign in to comment.