Skip to content

Commit

Permalink
Merge pull request #35 from KPMP/KPMP-3335_FixVulnerabilities
Browse files Browse the repository at this point in the history
KPMP-3335: Fix app missing state
  • Loading branch information
rlreamy authored Mar 21, 2022
2 parents 4678352 + 7978772 commit 0d66118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PackageDashboard/stateDisplayHelper.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const getStateDisplayText = (state, stateDisplayMap) => {
if (!stateDisplayMap) {
if (!stateDisplayMap || !state) {
return '';
}
let stateDisplayText = stateDisplayMap.filter(function(stateDisplayItem) {
Expand Down

0 comments on commit 0d66118

Please # to comment.