We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99224ae commit 28ce3acCopy full SHA for 28ce3ac
static/app/components/replays/breadcrumbs/errorTitle.tsx
@@ -16,7 +16,7 @@ export default function CrumbErrorTitle({frame}: {frame: ErrorFrame}) {
16
17
return (
18
<Fragment>
19
- {frame.data.level ?? 'Error'}:{' '}
+ {frame.data.level || 'Error'}:{' '}
20
<Link
21
to={`/organizations/${organization.slug}/issues/${frame.data.groupId}/events/${frame.data.eventId}/#replay`}
22
>
0 commit comments