|
@@ -376,7 +376,7 @@ const cardState = (item) => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const visibleItems = computed(() =>
|
|
const visibleItems = computed(() =>
|
|
|
- props.data.filter((item) => cardState(item) !== 'finished')
|
|
|
|
|
|
|
+ props.data.filter((item) => !item.provider_reviewed)
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
const copyAddress = (address) => {
|
|
const copyAddress = (address) => {
|