mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
add comms
This commit is contained in:
@@ -96,6 +96,8 @@ export const LocalMapsListPanel = forwardRef(({version, className, filter, searc
|
||||
}, [selectedMaps]);
|
||||
|
||||
const isMapFitFilter = (map: BsmLocalMap): boolean => {
|
||||
|
||||
// Can be more clean and optimized i think
|
||||
|
||||
const fitEnabledTags = (() => {
|
||||
if(!filter?.enabledTags || filter.enabledTags.size === 0){ return true; }
|
||||
|
||||
Reference in New Issue
Block a user