fix the warning in user-settings api-report
Signed-off-by: Yousif Al-Raheem <yousifalraheem@gmail.com>
This commit is contained in:
committed by
Yousif Al-Raheem
parent
e7a2ed3f08
commit
de47ed71ef
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user