เพิ่มปุ่มส่งข้อมูลไปตรวจสอบ

This commit is contained in:
Warunee Tamkoo 2024-02-12 14:31:56 +07:00
parent 5a7622a0c7
commit afd02241d7
2 changed files with 37 additions and 2 deletions

View file

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