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 64372aa664
commit 0e0d4a9af5
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