pull/3094/head
Liana Husikyan 6 years ago committed by GitHub
parent 45279e8aa3
commit b2e777226a
  1. 1
      src/app/components/local-plugin.js

@ -69,7 +69,6 @@ module.exports = class LocalPlugin {
const name = this.profile.name || ''
const url = this.profile.url || ''
const displayName = this.profile.displayName || ''
const radioLocations = (label, displayN) => {
const radioButton = (this.profile.location === label)
? yo`<div class="radio">

Loading…
Cancel
Save