Skip to content

Commit

Permalink
Merge pull request #1225 from lee-to/fix-issue-1217
Browse files Browse the repository at this point in the history
fix: Issue (Tabs canSee)
  • Loading branch information
lee-to authored Sep 1, 2024
2 parents fc10ea4 + 4285a2b commit 2f4fb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Decorations/Tabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ static function (Fields $tabs): void {
)
);
}
);
)->filter(fn(Tab $tab) => $tab->isSee($tab));
}

public function getFields(): Fields
Expand Down

0 comments on commit 2f4fb3a

Please sign in to comment.