ui fix tsx linting
This commit is contained in:
parent
66201a829f
commit
610cd15ea1
@ -33,7 +33,7 @@ interface KeyInfoViewProps {
|
||||
premiumUser: boolean;
|
||||
}
|
||||
|
||||
export default function KeyInfoView({ keyId, onClose, keyData, accessToken, userID, userRole, teams, premiumUser }: KeyInfoViewProps) {
|
||||
export default function KeyInfoView({ keyId, onClose, keyData, accessToken, userID, userRole, teams }: KeyInfoViewProps) {
|
||||
const [isEditing, setIsEditing] = useState(false);
|
||||
const [form] = Form.useForm();
|
||||
const [isDeleteModalOpen, setIsDeleteModalOpen] = useState(false);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user