mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 06:17:55 +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 loading: boolean;
|
||||
|
||||
let current: Sys;
|
||||
|
||||
currentUser.subscribe((value) => {
|
||||
current = value;
|
||||
})
|
||||
|
||||
let err: string[] = [];
|
||||
|
||||
let input = new Sys(user);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue