Fix build

This commit is contained in:
James Lyne 2020-12-17 15:25:14 +00:00
parent b210f63638
commit 7fe660d491
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<template>
<Map></Map>
<Sidebar></Sidebar>
<!-- <Chat v-if="chatEnabled"></Chat>-->
<Chat v-if="false"></Chat>
</template>
<script lang="ts">

View File

@ -24,7 +24,7 @@
<CoordinatesControl v-if="coordinatesControlEnabled" :leaflet="leaflet"></CoordinatesControl>
<LinkControl v-if="linkControlEnabled" :leaflet="leaflet"></LinkControl>
<ClockControl v-if="clockControlEnabled" :leaflet="leaflet"></ClockControl>
<!-- <ChatControl v-if="chatEnabled" :leaflet="leaflet"></ChatControl>-->
<ChatControl v-if="false" :leaflet="leaflet"></ChatControl>
</div>
</template>