fix: adjust table scaling
This commit is contained in:
@@ -10,7 +10,7 @@ async function CurrentPointsBalance() {
|
||||
<h2>{`${_("Total points")}*`}</h2>
|
||||
<p
|
||||
className={styles.points}
|
||||
>{`${_("Points")}: ${user.membership.currentPoints}`}</p>
|
||||
>{`${_("Points")}: ${user.membership?.currentPoints || "N/A"}`}</p>
|
||||
<p className={styles.disclaimer}>
|
||||
{`*${_("Points may take up to 10 days to be displayed.")}`}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user