Fix display for inactive/active status
Open
- Dominant language
- Vue
- Stars
- 1
- Forks
- 2
- Avg merge
- 7m
- Merged PRs (30d)
- 2
Description
Let's correct LFP applications.vue to handle corrected declined_removed_reason the dash status as null.
```
{{ 'inactive' }}
{{ 'active' }}
```
fix:
```
{{ 'active' }}
{{ 'inactive' }}
{{ 'active' }}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.