mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add some debugging
This commit is contained in:
parent
60db01a308
commit
2999a7a66e
1 changed files with 8 additions and 0 deletions
|
|
@ -18,6 +18,14 @@ export default function SubscriptionsPage(): JSX.Element {
|
|||
const [confirmUnsubscribeName, setConfirmUnsubscribeName] =
|
||||
useState<string | null>(null)
|
||||
|
||||
console.log(
|
||||
'subscriptions',
|
||||
subscriptions,
|
||||
subscriptions.length,
|
||||
'isValidating',
|
||||
isValidating
|
||||
)
|
||||
|
||||
applyStoredTheme(false)
|
||||
|
||||
async function onUnsubscribe(name: string): Promise<void> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue