forked from jsnbuchanan/crowd-funder-for-time-pwa
update to 0.3.47 - fix linting
This commit is contained in:
@@ -883,7 +883,7 @@ export default class ContactsView extends Vue {
|
||||
if (Array.isArray(payload.contacts)) {
|
||||
// reroute to the ContactsImport
|
||||
(this.$router as Router).push({
|
||||
path: '/contacts-import/' + url.substring(url.lastIndexOf('/') + 1),
|
||||
path: "/contacts-import/" + url.substring(url.lastIndexOf("/") + 1),
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user