Skip to content

Commit

Permalink
Change develop to WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mcancellieri committed Sep 3, 2024
1 parent ff1439c commit c064bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/usrn-stat/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ const StatUSRN = ({ className, content, usrnParams }) => {
? 'No'
: statusClass === STATUS_YES
? 'Yes'
: 'Develop'
: 'WIP'
}
</div>
</div>
Expand Down

0 comments on commit c064bce

Please sign in to comment.