chore: remove duplicate comment

This commit is contained in:
Mark Kaylor 2024-06-07 11:58:16 +02:00
parent 4293686486
commit 9afdc25f4e

View File

@ -125,7 +125,6 @@ export const HOOKS = {
export interface SettingsMenuLink
extends Omit<StrapiAppSettingLink, 'Component' | 'permissions' | 'lockIcon'> {
// TODO: to replace with another name in v5
lockIcon?: boolean; // TODO: to replace with another name in v5
}