Skip to content

Commit

Permalink
Update landing.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GondiTilak committed Mar 7, 2024
1 parent f164d3e commit 10d378e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js-miniapp-sample/src/pages/landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const Landing = (props: LandingProps) => {

function getDarkMode() {
MiniApp.miniappUtils
.isDarkModes()
.isDarkMode()
.then((response) => {
setDarkMode(response);
})
Expand Down Expand Up @@ -254,7 +254,7 @@ const Landing = (props: LandingProps) => {
</Avatar>
</ListItemAvatar>
<ListItemText
primary="HostApp Notified For Missing Assets:"
primary="HostApp Notified:"
secondary={String(hostNotified)}
/>
</ListItem>
Expand Down

0 comments on commit 10d378e

Please sign in to comment.