Browse Source

remove unused id prop

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
pull/5573/head
Marco Ambrosini 5 years ago
parent
commit
efcf698c06
  1. 8
      src/components/MessagesList/MessagesGroup/Message/MessagePart/Location.vue

8
src/components/MessagesList/MessagesGroup/Message/MessagePart/Location.vue

@ -55,14 +55,6 @@ export default {
},
props: {
/**
* The geolink for the location
*/
id: {
type: String,
required: true,
},
/**
* The latitude of the location
*/

Loading…
Cancel
Save