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
@@ -136,8 +136,4 @@ export const useUserProfile: () => {
|
||||
displayName: string;
|
||||
loading: boolean;
|
||||
};
|
||||
|
||||
// Warnings were encountered during analysis:
|
||||
//
|
||||
// src/components/UserSettingsTab/UserSettingsTab.d.ts:7:17 - (tsdoc-code-span-missing-delimiter) The code span is missing its closing backtick
|
||||
```
|
||||
|
||||
@@ -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