Skip to content

Commit

Permalink
fixed double space
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvaltl committed Mar 9, 2022
1 parent 18dc5e7 commit e659939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/settings/Plans.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export default function () {
const openSourceFeatures = <>
<p className="truncate" title="Public Repositories">✓ Public &amp; Private Repositories</p>
<p className="truncate" title="4 Parallel Workspaces">✓ 4 Parallel Workspaces</p>
<p className="truncate" title="30 min Inactivity Timeout">✓ 30 min Inactivity Timeout</p>
<p className="truncate" title="30 min Inactivity Timeout">✓ 30 min Inactivity Timeout</p>
</>;
if (currentPlan.chargebeeId === freePlan.chargebeeId) {
planCards.push(<PlanCard isDisabled={!!assignedTs || pendingChargebeeCallback} plan={freePlan} isCurrent={!!accountStatement}>{openSourceFeatures}</PlanCard>);
Expand Down

0 comments on commit e659939

Please sign in to comment.