Skip to content

Commit

Permalink
Fix warning on dev dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Abban committed Nov 24, 2023
1 parent 02884d3 commit 3adf58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/components/BannerCampaign.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ import IconPullRequest from './IconPullRequest.vue';
interface Props {
campaign: Campaign,
compileInfo?: CompileInfo,
pullRequestUrl: string
pullRequestUrl?: string
}
defineProps<Props>();
Expand Down

0 comments on commit 3adf58c

Please sign in to comment.