Always show migration entry actions on mobile

This commit is contained in:
schroda
2026-05-22 12:31:51 +02:00
parent 5a97de6f54
commit 22c1a43725
2 changed files with 1 additions and 4 deletions

View File

@@ -46,10 +46,6 @@ export const MigrationEntrySearchExcludeActions = ({
const isTabletWidth = MediaQuery.useIsTabletWidth();
if (isTabletWidth) {
if (!hasResults) {
return;
}
return (
<ButtonGroup variant="contained">
{!!otherResultsCount && (