Skip to content

Commit

Permalink
A silly change for trying out cloud builds
Browse files Browse the repository at this point in the history
  • Loading branch information
matschaffer committed Dec 8, 2021
1 parent 3d9bfe2 commit cf3adad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export const NoDataPage = () => {

return (
<PageTemplate title={title} getPageData={getPageData}>
<h1>Hello world</h1>
{shouldRedirect ? (
<Redirect to="/home" />
) : (
Expand Down

0 comments on commit cf3adad

Please sign in to comment.