thêm quét QR đăng nhập, sửa lại logic để gọi api bằng ip thiết bị
This commit is contained in:
@@ -30,7 +30,7 @@ export const InfoSection: React.FC<InfoSectionProps> = ({
|
||||
{
|
||||
label: "Thời gian kết thúc",
|
||||
value:
|
||||
fishingLog.end_at !== "0001-01-01T00:00:00Z"
|
||||
fishingLog.end_at.toString() !== "0001-01-01T00:00:00Z"
|
||||
? new Date(fishingLog.end_at).toLocaleString()
|
||||
: "-",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user