Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Léobal <[email protected]>
  • Loading branch information
oleobal committed Mar 23, 2023
1 parent 7a2a16b commit 8e8f06a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion src/components/layout/header/ApiTokens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,14 @@ const ApiTokens = () => {
<ModalBody>
<VStack alignItems="stretch" spacing="5">
<Text>
This API token can be used in the Substra Python Client: see <Link href="https://docs.substra.org/en/stable/documentation/references/sdk.html#client" isExternal>documentation</Link>.
{'This API token can be used in the '}
<Link
href="https://docs.substra.org/en/stable/documentation/references/sdk.html#client"
isExternal
>
Substra Python Client
</Link>
.
</Text>
<TableContainer>
<Table>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/bearerTokens/BearerTokenApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { AxiosPromise } from 'axios';

import API from '@/libs/request';

import { RawBearerTokenT, BearerTokenT } from './BearerTokenTypes';
import { RawBearerTokenT } from './BearerTokenTypes';

const API_TOKEN_URL = `/api-token-tap`;

Expand Down

0 comments on commit 8e8f06a

Please sign in to comment.