Update Profile component

pull/1136/head
Daniel Supernault 2019-04-07 22:45:33 -06:00
rodzic 3adb04f85a
commit 49cb445488
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -539,7 +539,7 @@ export default {
reportProfile() {
let id = this.profile.id;
window.location.href = '/i/report?type=profile&id=' + id;
window.location.href = '/i/report?type=user&id=' + id;
},
reportUrl(status) {