Skip to content

Commit 28ce3ac

Browse files
authored
Update static/app/components/replays/breadcrumbs/errorTitle.tsx
1 parent 99224ae commit 28ce3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/components/replays/breadcrumbs/errorTitle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function CrumbErrorTitle({frame}: {frame: ErrorFrame}) {
1616

1717
return (
1818
<Fragment>
19-
{frame.data.level ?? 'Error'}:{' '}
19+
{frame.data.level || 'Error'}:{' '}
2020
<Link
2121
to={`/organizations/${organization.slug}/issues/${frame.data.groupId}/events/${frame.data.eventId}/#replay`}
2222
>

0 commit comments

Comments
 (0)