mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Rename to used at
This commit is contained in:
parent
aa15ef0282
commit
0586b8b97e
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export default function ApiKeys(): JSX.Element {
|
|||
const [formInputs, setFormInputs] = useState<FormInputProps[]>([])
|
||||
const [apiKeyGenerated, setApiKeyGenerated] = useState('')
|
||||
|
||||
const headers = ['Name', 'Scopes', 'Used on', 'Expires on']
|
||||
const headers = ['Name', 'Scopes', 'Used at', 'Expires on']
|
||||
const rows = useMemo(() => {
|
||||
const rows = new Map<string, ApiKey>()
|
||||
apiKeys.forEach((apiKey) =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue