fix: sửa lỗi hiển thị logo trên trang pdf
This commit is contained in:
@@ -250,7 +250,7 @@ export const ItineraryTimeline = ({
|
||||
{canEdit && (
|
||||
<>
|
||||
<button
|
||||
onClick={() => onAddLocation?.(leg.id)}
|
||||
onClick={() => onAddLocation?.(leg.id, legIdx === 0 && leg.locations.length === 0)}
|
||||
className="p-2 text-gray-400 hover:text-blue-600 hover:bg-blue-50 rounded-xl transition-all"
|
||||
title="Thêm địa điểm vào chặng này"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user