1 parent 0b56fa8 commit 246d66cCopy full SHA for 246d66c
1 file changed
src/components/ProactiveAppReviewModalManager.tsx
@@ -18,7 +18,7 @@ function ProactiveAppReviewModalManager() {
18
19
const handleResponse = useCallback(
20
(response: AppReviewResponse, message?: string) => {
21
- // Call the action which will create optimistic comment (if message provided) and call API
+ // Call the action which will create an optimistic comment (if the message is provided) and call the API
22
respondToProactiveAppReview(response, proactiveAppReview, message, conciergeReportID);
23
24
// Navigate to Concierge DM if we have a report ID and this wasn't a skip
0 commit comments