Skip to content

Commit

Permalink
hotfix: number
Browse files Browse the repository at this point in the history
  • Loading branch information
xsteadybcgo committed Sep 6, 2021
1 parent 9aeedbf commit f5d9e19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ const Home: React.FC = (): ReactElement => {
<p className="product-tip">每天每个账户</p>
)}
<p className="product-text">
{Math.floor(user.bwDayLimit / Math.pow(1000, 3))} GB
{/* {Math.floor(user.bwDayLimit / Math.pow(1000, 3))} GB */}
10 GB
</p>
<p className="product-tip">
{i18n.language === Language.zh
Expand All @@ -271,7 +272,8 @@ const Home: React.FC = (): ReactElement => {
<div>
<div className="autoplay-content">
<p className="product-text">
{user.maxProjectNum}
{/* {user.maxProjectNum} */}
10
{t('Projects')}
</p>
</div>
Expand Down

0 comments on commit f5d9e19

Please sign in to comment.