Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2021-05-07 11:37:46 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2021-05-10 18:17:39 +0300
commitefcf698c0624e5a0adf68a548d141bebb06bb934 (patch)
treeba63e540ec3cd93afdc5055ea36366365afb2f2b /src
parent4f77ac3d109d5321ca0c83aae7a4364256c1fded (diff)
remove unused id prop
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'src')
-rw-r--r--src/components/MessagesList/MessagesGroup/Message/MessagePart/Location.vue8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/components/MessagesList/MessagesGroup/Message/MessagePart/Location.vue b/src/components/MessagesList/MessagesGroup/Message/MessagePart/Location.vue
index cddd72ca2..86c9d3531 100644
--- a/src/components/MessagesList/MessagesGroup/Message/MessagePart/Location.vue
+++ b/src/components/MessagesList/MessagesGroup/Message/MessagePart/Location.vue
@@ -56,14 +56,6 @@ export default {
props: {
/**
- * The geolink for the location
- */
- id: {
- type: String,
- required: true,
- },
-
- /**
* The latitude of the location
*/
latitude: {