Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed May 11, 2024
1 parent 57965a4 commit 5b13a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/plugins/[name].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default function Plugin({
<PluginStateProvider
licenses={licenses}
plugin={plugin}
repo={repo}
repo={repo ?? DEFAULT_REPO_DATA}
repoFetchError={repoFetchError}
>
<PluginPage />
Expand Down

0 comments on commit 5b13a26

Please sign in to comment.