Skip to content

Commit

Permalink
Merge pull request #314 from GenaDrop/staging
Browse files Browse the repository at this point in the history
Removed key to observe ui change on the page
  • Loading branch information
Jikugodwill authored Jul 6, 2024
2 parents 3a5ab21 + ff935e6 commit e9c1163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/Mintbase/widget/Mintbase/App/Router.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function Router({ config, ...passProps }) {
);
} else {
return (
<Content key={param + JSON.stringify(activeRoute)}>
<Content /*key={param + JSON.stringify(activeRoute)}*/>
<Widget
src={activeRoute.path}
props={{
Expand Down
2 changes: 1 addition & 1 deletion apps/Mintbase/widget/Mintbase/Mini/Index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ const Index = ({}) => (
</h4>
<p className="text-center">
{!context.accountId &&
`Currently using a default account - ${accountId} - to show the demo.`}
`We are currently using ${accountId} to show the demo.`}
</p>
<div className="input">
<MbInputField
Expand Down

0 comments on commit e9c1163

Please sign in to comment.