@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.mjs CHANGED
@@ -3635,7 +3635,7 @@ const STATUS_CLASSNAMES$2 = {
3635
3635
  };
3636
3636
  const BadgesList = (props) => {
3637
3637
  const groups = groupBadges$1(props.badges);
3638
- const [active, setActive] = React.useState("In Progress");
3638
+ const [active, setActive] = React.useState("Available");
3639
3639
  const [list, setList] = React.useState(props.list);
3640
3640
  React.useEffect(() => {
3641
3641
  setList(props.list);
@@ -6447,7 +6447,7 @@ var __spreadValues$1 = (a, b) => {
6447
6447
  const FILTERS = ["In Progress", "Completed", "Available", "Locked"];
6448
6448
  const BadgesCard = (props) => {
6449
6449
  const groups = groupBadges(props.badges);
6450
- const [active, setActive] = React.useState("In Progress");
6450
+ const [active, setActive] = React.useState("Available");
6451
6451
  const [list, setList] = React.useState(props.list);
6452
6452
  React.useEffect(() => {
6453
6453
  setList(props.list);