Skip to content

Commit

Permalink
nit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marrobi committed Oct 10, 2023
1 parent e32ad42 commit 54ed8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/src/components/workspaces/UserResourceItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { ResourceBody } from '../shared/ResourceBody';

interface UserResourceItemProps {
userResource?: UserResource;
updateUserResource: (u: UserResource) => void,
updateUserResource: (u: UserResource) => void;
removeUserResource: (u: UserResource) => void;
}

Expand Down

0 comments on commit 54ed8f5

Please sign in to comment.