* wip * wip * wip * wip * wip * wip * wip * #5 - bump dependencies * #43 - wip * #43 - add composer script * #43 - fix * #43 - fix * #43 - wip * #43 - ecs fix * #43 - cr fix * #43 - cr fix * #43 - fix * #62 - wip * #62 - wip * #62 - wip * #62 - fix * #62 - fix * #62 - fix * #62 - fix * #62 - fix * #62 - ecs fix Co-authored-by: EwelinaLasowy <ewelina.lasowy@blumilk.pl>
This commit is contained in:
@@ -48,7 +48,9 @@ export default {
|
||||
},
|
||||
},
|
||||
setup(props) {
|
||||
const statusInfo = computed(() => useStatusInfo(props.activity.state))
|
||||
const { findStatus } = useStatusInfo()
|
||||
|
||||
const statusInfo = computed(() => findStatus(props.activity.state))
|
||||
|
||||
return {
|
||||
statusInfo,
|
||||
|
Reference in New Issue
Block a user