mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 18:20:11 +00:00
fix: remove unused subscription in edit component
This commit is contained in:
parent
f6bf75e80a
commit
c91ebf4f2b
1 changed files with 0 additions and 6 deletions
|
|
@ -10,12 +10,6 @@
|
||||||
export let user: Sys;
|
export let user: Sys;
|
||||||
export let loading: boolean;
|
export let loading: boolean;
|
||||||
|
|
||||||
let current: Sys;
|
|
||||||
|
|
||||||
currentUser.subscribe((value) => {
|
|
||||||
current = value;
|
|
||||||
})
|
|
||||||
|
|
||||||
let err: string[] = [];
|
let err: string[] = [];
|
||||||
|
|
||||||
let input = new Sys(user);
|
let input = new Sys(user);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue