chore(warnings): format warning logs, add troubleshooting page

This commit is contained in:
Christopher Möller
2022-04-26 16:33:54 +02:00
parent 3e91fc18e3
commit 922005e236
8 changed files with 30 additions and 11 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ type AttributionProps = {
function Attribution({ proOptions, position = 'bottom-right' }: AttributionProps) {
if (
(proOptions?.account === 'paid-sponsor' ||
(proOptions?.account === 'paid-pro' ||
proOptions?.account === 'paid-sponsor' ||
proOptions?.account === 'paid-enterprise' ||
proOptions?.account === 'paid-custom') &&
proOptions?.hideAttribution