@local-civics/hub-ui 0.1.217 → 0.1.219

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3655,7 +3655,7 @@ const STATUS_CLASSNAMES$2 = {
3655
3655
  };
3656
3656
  const BadgesList = (props) => {
3657
3657
  const groups = groupBadges$1(props.badges);
3658
- const [active, setActive] = React__namespace.useState("In Progress");
3658
+ const [active, setActive] = React__namespace.useState("Available");
3659
3659
  const [list, setList] = React__namespace.useState(props.list);
3660
3660
  React__namespace.useEffect(() => {
3661
3661
  setList(props.list);
@@ -6467,7 +6467,7 @@ var __spreadValues$1 = (a, b) => {
6467
6467
  const FILTERS = ["In Progress", "Completed", "Available", "Locked"];
6468
6468
  const BadgesCard = (props) => {
6469
6469
  const groups = groupBadges(props.badges);
6470
- const [active, setActive] = React__namespace.useState("In Progress");
6470
+ const [active, setActive] = React__namespace.useState("Available");
6471
6471
  const [list, setList] = React__namespace.useState(props.list);
6472
6472
  React__namespace.useEffect(() => {
6473
6473
  setList(props.list);