mirror of
https://github.com/calli-eve/eve-pi.git
synced 2026-02-16 04:29:50 +01:00
Add system variable to character
This commit is contained in:
@@ -51,6 +51,7 @@ const Home = () => {
|
||||
...c,
|
||||
...(updates.account ? { account: updates.account } : {}),
|
||||
...(updates.comment ? { comment: updates.comment } : {}),
|
||||
...(updates.system ? { system: updates.system } : {}),
|
||||
};
|
||||
return c;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user