Skip to content

Commit

Permalink
Merge branch 'crescents-stack:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
musiur authored Dec 6, 2024
2 parents 6543ac6 + 109b322 commit cc250dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/case-studies/_utils/clients-reviews.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const ClientsReviews = async ({
}: {
testimonial?: boolean;
projectIdea?: boolean;
reviews?: any[];
reviews?: object[];
}) => {
if (!reviews) {
const result = await Action___GET__AllReviews();
Expand Down

0 comments on commit cc250dc

Please sign in to comment.