test
This commit is contained in:
parent
4f17a7021c
commit
969ca88ffd
@ -125,7 +125,7 @@ const statuses = [
|
||||
|
||||
export function useStatusInfo() {
|
||||
const getStatues = () => statuses
|
||||
const findStatus = value => statuses.find(month => month.value === value)
|
||||
const findStatus = value => statuses.find(status => status.value === value)
|
||||
|
||||
return {
|
||||
getStatues,
|
||||
|
Loading…
x
Reference in New Issue
Block a user