mirror of
https://github.com/mfts/papermark.git
synced 2025-12-20 01:03:24 +08:00
fix: missing key prop
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -48,6 +48,7 @@ next-env.d.ts
|
||||
|
||||
# Internal scripts
|
||||
pages/api/scripts
|
||||
scripts/
|
||||
|
||||
# marketing emails
|
||||
components/emails/marketing
|
||||
|
||||
@@ -191,7 +191,7 @@ export function TimeRangeSelect({
|
||||
</Button>
|
||||
);
|
||||
} else {
|
||||
return <UpgradeButton />;
|
||||
return <UpgradeButton key={range.value} />;
|
||||
}
|
||||
})}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user