fix: fix linting error

This commit is contained in:
Krrish Dholakia 2025-04-18 21:56:36 -07:00
parent 5eeb0ca070
commit ee64161b40

View file

@ -370,7 +370,7 @@ export default function CreateKeyPage() {
userID={userID}
userRole={userRole}
accessToken={accessToken}
teams={teams}
teams={teams as Team[] ?? []}
/>
) :
(