Skip to content

Commit

Permalink
only show the 'with data' string when the provided resource has a pat…
Browse files Browse the repository at this point in the history
…h to show
  • Loading branch information
ianmcorvidae committed Dec 3, 2024
1 parent 429af30 commit 4b529ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/instantlaunches/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const InstantLaunchSubmissionDialog = ({
<DialogContent>
{appInfo && (
<Typography variant="body1">
{resource
{resource && resource.path
? t("launchingAppWithData", {
appName: appInfo.name,
path: resource.path,
Expand Down

0 comments on commit 4b529ad

Please sign in to comment.