feat: subscription info in preferences
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Sync } from '@/preferences/panes/account';
|
||||
import { Sync, Subscription } from '@/preferences/panes/account';
|
||||
import { PreferencesPane } from '@/preferences/components';
|
||||
import { observer } from 'mobx-react-lite';
|
||||
import { WebApplication } from '@/ui_models/application';
|
||||
@@ -7,6 +7,7 @@ export const AccountPreferences = observer(({application}: {application: WebAppl
|
||||
return (
|
||||
<PreferencesPane>
|
||||
<Sync application={application} />
|
||||
<Subscription application={application} />
|
||||
</PreferencesPane>
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user