Fix leaderboards category icon

This commit is contained in:
Florian Rival
2022-04-20 14:27:38 +02:00
parent eb3d6c2670
commit 124ce1101d
2 changed files with 1 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ module.exports = {
)
.setExtensionHelpPath('/all-features/leaderboards')
.setCategory('Leaderboards')
.addInstructionOrExpressionGroupMetadata(_('Leaderboards'))
.addInstructionOrExpressionGroupMetadata(_('Leaderboards (experimental)'))
.setIcon('JsPlatform/Extensions/leaderboard.svg');
extension

View File

@@ -1319,7 +1319,6 @@ export class EventsSheetComponentWithoutHandle extends React.Component<
onChooseResource,
resourceExternalEditors,
onCreateEventsFunction,
onBeginCreateEventsFunction,
} = this.props;
if (!project) return null;