ทะเบียนประวัติรายการรอตรวจสอบ

This commit is contained in:
Warunee Tamkoo 2024-02-12 21:45:49 +07:00
parent b5b3ff2ea5
commit 31296b343c
2 changed files with 159 additions and 127 deletions

View file

@ -202,6 +202,7 @@ export default {
profileVerifiedUnlock: (profileId: string) =>
`${profile}not-verified/${profileId}`,
profileSendVerified: (profileId: string) => `${profile}send-verified/${profileId}`,
listVerified: () => `${profile}list-verified`,
registryNew,
registryNewId: (id: string) => `${registryNew}${id}`,