Commit e87a40c0 authored by Deni Rinaldi's avatar Deni Rinaldi

incomplete

parent 0cfade73
......@@ -725,6 +725,8 @@ export default class BudgetTahunan extends Component {
<span>COMPLETED</span> :
val === "draft" ?
<span>DRAFT</span> :
val === "incomplete" ?
<span>INCOMPLETE</span> :
val === "revision" ?
<span>REVISION</span> :
val === "approval_proccess" ?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment