Skip to content

Commit 4654b2b

Browse files
committed
#2028 prettier
1 parent f61a60f commit 4654b2b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/frontend/src/apis/design-reviews.api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export const getSingleDesignReview = async (id: string) => {
5858
});
5959
};
6060

61-
6261
/**
6362
* Deletes a design review
6463
* @param id the ID of the design review to delete

src/frontend/src/hooks/design-reviews.hooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const useDeleteDesignReview = (id: string) => {
118118
}
119119
);
120120
};
121-
121+
122122
/**
123123
* Custom react hook to get a single design review
124124
*

0 commit comments

Comments
 (0)