Skip to content

Commit

Permalink
Replaced null with default WCAG 2.0 508 catalog. (GSA#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmundra authored Feb 28, 2022
1 parent c0a7103 commit ef72f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/getCatalogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function getCatalog(catalogName) {
} else if (catalogName == wcag21508catalogName) {
return wcag21508catalog;
}
return null;
return wcag20508catalog;
}

export function getListOfCatalogs() {
Expand Down

0 comments on commit ef72f27

Please sign in to comment.