mirror of
https://github.com/makeplane/plane.git
synced 2025-12-23 15:19:37 +01:00
3 lines
131 B
TypeScript
3 lines
131 B
TypeScript
|
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||
|
|
export const shouldRenderSettingLink = (settingKey: string) => true;
|