Skip to content

Commit

Permalink
fix (will improve later)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jul 3, 2023
1 parent e6cbba7 commit 11a3ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/addons/controls/src/manager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function Title() {

addons.register(ADDON_ID, (api) => {
addons.add(ADDON_ID, {
title: Title,
title: <Title />,
id: 'controls',
type: types.PANEL,
paramKey: PARAM_KEY,
Expand Down

0 comments on commit 11a3ca9

Please sign in to comment.