Skip to content

Commit d45bd4e

Browse files
authored
fix: remove foo debug (#1477)
Signed-off-by: Adam Setch <[email protected]>
1 parent c3a28bd commit d45bd4e

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

src/components/Oops.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const Oops: FC<IOops> = ({ error }: IOops) => {
1515
return (
1616
<div className="flex flex-1 flex-col items-center justify-center p-4">
1717
<div className="mt-2 mb-5 text-5xl">
18-
<EmojiText text={`${emoji} foo`} />
18+
<EmojiText text={emoji} />
1919
</div>
2020

2121
<div className="mb-2 text-xl font-semibold">{error.title}</div>

src/components/__snapshots__/AccountNotifications.test.tsx.snap

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/__snapshots__/Oops.test.tsx.snap

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)