Skip to content

Commit

Permalink
for new build
Browse files Browse the repository at this point in the history
  • Loading branch information
YueyingLu committed Aug 28, 2023
1 parent 46b1813 commit a59740b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ const history = createHashHistory();
const { visualRefresh } = parseQuery(history.location.search);

// The VR class needs to be set before any React rendering occurs.
// document.body.classList.toggle('awsui-visual-refresh', visualRefresh);
document.getElementsByTagName('html')[0].classList.toggle('awsui-visual-refresh', visualRefresh);

render(
Expand Down

0 comments on commit a59740b

Please sign in to comment.