fix the warning in user-settings api-report

Signed-off-by: Yousif Al-Raheem <yousifalraheem@gmail.com>
This commit is contained in:
yousifalraheem
2022-04-04 17:20:56 +02:00
committed by Yousif Al-Raheem
parent e7a2ed3f08
commit de47ed71ef
2 changed files with 1 additions and 5 deletions
@@ -22,7 +22,7 @@ export const USER_SETTINGS_TAB_KEY = 'user-settings.tab';
export type UserSettingsTabProps = PropsWithChildren<{
/**
* The path to the tab in the settings route
* @example `/settings/advanced
* @example `/settings/advanced`
*/
path: string;
/** The title of the tab. It will also reflect in the document title when the tab is active */