update logo, limit step navigation (1-6), and add custom toast
This commit is contained in:
@ -101,26 +101,6 @@ const passportAppointmentData = [
|
||||
},
|
||||
{
|
||||
id: '6',
|
||||
applicantName: 'Nabila Khairunisa',
|
||||
applicantCode: '1038000007773344',
|
||||
appointmentDate: 'Rabu, 19 April 2025',
|
||||
appointmentTime: '13:00 - 14:00 WIB',
|
||||
serviceUnit: 'Kantor Imigrasi Bekasi',
|
||||
status: 'Menunggu Pembayaran',
|
||||
submissionDate: 'Senin, 14 April 2025 23:45',
|
||||
serviceCode: 'EH-MK2YPQ',
|
||||
applicationDetails: {
|
||||
nationalIdNumber: '3271234560009120007',
|
||||
gender: 'Wanita',
|
||||
applicationType: 'Penggantian Paspor',
|
||||
replacementReason: 'Hilang',
|
||||
applicationPurpose: 'Kuliah di Luar Negeri',
|
||||
passportType: 'PASPOR BIASA ELEKTRONIK 5 TAHUN',
|
||||
fee: '650.000',
|
||||
},
|
||||
},
|
||||
{
|
||||
id: '7',
|
||||
applicantName: 'Ayaka Haishima',
|
||||
applicantCode: '1038000008885566',
|
||||
appointmentDate: 'Selasa, 18 April 2025',
|
||||
@ -139,6 +119,26 @@ const passportAppointmentData = [
|
||||
fee: '350.000',
|
||||
},
|
||||
},
|
||||
{
|
||||
id: '7',
|
||||
applicantName: 'Nabila Khairunisa',
|
||||
applicantCode: '1038000007773344',
|
||||
appointmentDate: 'Rabu, 19 April 2025',
|
||||
appointmentTime: '13:00 - 14:00 WIB',
|
||||
serviceUnit: 'Kantor Imigrasi Bekasi',
|
||||
status: 'Menunggu Pembayaran',
|
||||
submissionDate: 'Senin, 14 April 2025 23:45',
|
||||
serviceCode: 'EH-MK2YPQ',
|
||||
applicationDetails: {
|
||||
nationalIdNumber: '3271234560009120007',
|
||||
gender: 'Wanita',
|
||||
applicationType: 'Penggantian Paspor',
|
||||
replacementReason: 'Hilang',
|
||||
applicationPurpose: 'Kuliah di Luar Negeri',
|
||||
passportType: 'PASPOR BIASA ELEKTRONIK 5 TAHUN',
|
||||
fee: '650.000',
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
export default passportAppointmentData;
|
||||
|
Reference in New Issue
Block a user