Skip to content

Commit

Permalink
fix(structure): avoid studio crash if release is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobonamin committed Jan 31, 2025
1 parent 6d7c736 commit bf68b2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function AddToReleaseBanner({
t={t}
values={{
title:
currentRelease.metadata.title || tCore('release.placeholder-untitled-release'),
currentRelease?.metadata?.title || tCore('release.placeholder-untitled-release'),
}}
components={{
Label: ({children}) => {
Expand Down

0 comments on commit bf68b2d

Please sign in to comment.