mirror of
https://github.com/docmost/docmost.git
synced 2025-11-22 19:01:11 +10:00
fix editor flickers on collab reconnection (#1295)
* fix editor flickers on reconnection * cleanup * adjust copy
This commit is contained in:
@ -154,7 +154,7 @@ export default function BillingDetails() {
|
||||
Current Tier
|
||||
</Text>
|
||||
<Text fw={700} fz="lg">
|
||||
For up to {billing.tieredUpTo} users
|
||||
For {billing.tieredUpTo} users
|
||||
</Text>
|
||||
{/*billing.tieredFlatAmount && (
|
||||
<Text c="dimmed" fz="sm">
|
||||
|
||||
@ -155,7 +155,7 @@ export default function BillingPlans() {
|
||||
</Text>
|
||||
)}
|
||||
<Text size="md" fw={500}>
|
||||
for up to {planSelectedTier.upTo} users
|
||||
For {planSelectedTier.upTo} users
|
||||
</Text>
|
||||
</Stack>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user