Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jiohjung98 committed Jun 9, 2024
1 parent c8d18ca commit b201865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/map/BranchInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const BranchInfo: React.FC = () => {

const [activeTab, setActiveTab] = useState('meetingRoom');

const imagePrefix = branchImage.replace('.png', '');
const imagePrefix = (branchImage || '').replace('.png', '');

console.log(branchId);
console.log(numericBranchId)
Expand Down

0 comments on commit b201865

Please sign in to comment.