fix: before admin stations removal
This commit is contained in:
@@ -462,9 +462,6 @@ export const AdminCatalogMobileScreen: React.FC = () => {
|
||||
<div className="bg-blue-100 text-blue-800 px-3 py-2 rounded-lg">
|
||||
<strong>{importPreview.toUpdate.length}</strong> to update
|
||||
</div>
|
||||
<div className="bg-red-100 text-red-800 px-3 py-2 rounded-lg">
|
||||
<strong>{importPreview.toDelete.length}</strong> to delete
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Errors */}
|
||||
|
||||
Reference in New Issue
Block a user