Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Oct 28, 2023
1 parent b378862 commit 3eacbf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/app/src/components/stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,10 @@ export function StoryRuntimeErrorOverlay() {
<main className="flex flex-col items-center gap-3 m-2">
<section className="flex flex-col gap-3 w-full max-w-lg border p-3">
<h2 className="text-xl">Runtime Error Overlay</h2>
<span className="text-colorTextSecondary text-sm">
This is enabled only for DEV mode (current mode ={" "}
{import.meta.env.DEV ? "DEV" : "PROD"})
</span>
<div className="flex gap-3">
<button
className="flex-1 antd-btn antd-btn-default"
Expand Down

0 comments on commit 3eacbf4

Please sign in to comment.