UX: hide 'move this point' behind login wall

This commit is contained in:
Pieter Vander Vennet 2024-01-21 03:03:29 +01:00
parent 25dafe747c
commit b6ce4a32e7
2 changed files with 3 additions and 2 deletions

View file

@ -88,7 +88,6 @@ import MaprouletteSetStatus from "./MapRoulette/MaprouletteSetStatus.svelte"
import DirectionIndicator from "./Base/DirectionIndicator.svelte"
import Img from "./Base/Img"
import Qr from "../Utils/Qr"
import { log } from "node:util"
class NearbyImageVis implements SpecialVisualization {
// Class must be in SpecialVisualisations due to weird cyclical import that breaks the tests