mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-16 22:29:24 +08:00
Recently added widget in dashboard is now working
This commit is contained in:
parent
3b565cfd34
commit
f837903392
1 changed files with 2 additions and 2 deletions
|
@ -126,10 +126,10 @@ export default function Dashboard() {
|
|||
</p>
|
||||
</div>
|
||||
<p style={{ ...styles.text_white, ...styles.text_M }}>
|
||||
Zidane's Water
|
||||
{products.data[0].name}
|
||||
</p>
|
||||
<p style={{ ...styles.text_white, ...styles.text_S }}>
|
||||
Added 02/17/2023
|
||||
{products.data[0].date_added}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue