Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brentkulwicki committed Sep 25, 2023
1 parent fcda48c commit 96b5520
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scenes/Locations/Edit/EditLocation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ type FormProps = LocationFormProps<LocationFormValues<UpdateLocation>>;
export type EditLocationProps = Except<FormProps, 'onSubmit' | 'initialValues'>;

export const EditLocation = (props: EditLocationProps) => {
// use this style for uploads of images
const uploadFile = useUploadFileAsync();
const [updateLocation] = useMutation(UpdateLocationDocument);
const location = props.location;
Expand Down

0 comments on commit 96b5520

Please sign in to comment.