Fixed delete and update data account

This commit is contained in:
DwCay
2022-08-24 06:04:21 +03:00
parent fc977cc43a
commit 1b574ac347
4 changed files with 22 additions and 16 deletions

6
src/shared/statusMap.js Normal file
View File

@@ -0,0 +1,6 @@
export const statusMap={
completed:'Completed',
incorrect:'Incorrect',
stored: 'Stored',
blockchained: 'Blockchained'
}