Always show migration entry actions on mobile
This commit is contained in:
@@ -46,10 +46,6 @@ export const MigrationEntrySearchExcludeActions = ({
|
||||
const isTabletWidth = MediaQuery.useIsTabletWidth();
|
||||
|
||||
if (isTabletWidth) {
|
||||
if (!hasResults) {
|
||||
return;
|
||||
}
|
||||
|
||||
return (
|
||||
<ButtonGroup variant="contained">
|
||||
{!!otherResultsCount && (
|
||||
|
||||
Reference in New Issue
Block a user