Skip to content

Commit

Permalink
fix: 오류 해결 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
IM-HYUN-JEONG authored Apr 24, 2024
1 parent 18c0d40 commit 694f612
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ import { ChevronDown, ChevronUp, Copy } from 'lucide-react';
import { useState } from 'react';
import { Map, MapMarker } from 'react-kakao-maps-sdk';

export default function BottomSheetReviewTab(data: ReviewResponseType) {
export default function BottomSheetReviewTab({
data,
}: {
data: ReviewResponseType;
}) {
const { reviews, gym_name, cursor } = data; // 리뷰 데이터

return <div>d</div>;
Expand Down

0 comments on commit 694f612

Please sign in to comment.