mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-09 01:06:03 +00:00
feat(Map): Added an option to show 'Offline characters' to map admins & managers only
- updated UI layout for map settings modal
This commit is contained in:
@@ -41,8 +41,6 @@ export const WHClassView = ({
|
||||
data: { wormholesData },
|
||||
} = useMapRootState();
|
||||
|
||||
console.log(whClassName);
|
||||
|
||||
const whData = useMemo(() => wormholesData[whClassName], [whClassName, wormholesData]);
|
||||
const whClass = useMemo(() => WORMHOLES_ADDITIONAL_INFO[whData.dest], [whData.dest]);
|
||||
const whClassStyle = WORMHOLE_CLASS_STYLES[whClass?.wormholeClassID] ?? '';
|
||||
|
||||
Reference in New Issue
Block a user