We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493a83d commit e7bbe44Copy full SHA for e7bbe44
packages/libs/wdk-client/src/Views/User/ServiceAccessPanel.tsx
@@ -11,7 +11,9 @@ const getAuthorizationToken = (): string | undefined => {
11
}
12
};
13
14
-const ServiceAccessPanel: React.FC<void> = () => {
+interface Props {}
15
+
16
+const ServiceAccessPanel: React.FC<Props> = () => {
17
let token =
18
getAuthorizationToken() ||
19
'Your authorization token is not currently available.';
0 commit comments