fix: Updated design of api tokens to clarify, closes #3422

This commit is contained in:
Tom Moor
2022-04-25 21:34:18 -07:00
parent e49897ab5a
commit 2a11a23d5b
5 changed files with 91 additions and 15 deletions

View File

@@ -61,7 +61,7 @@ function Tokens() {
items={apiKeys.orderedData}
heading={<Subheading sticky>{t("Tokens")}</Subheading>}
renderItem={(token: ApiKey) => (
<TokenListItem key={token.id} token={token} onDelete={token.delete} />
<TokenListItem key={token.id} token={token} />
)}
/>
<Modal