Skip to content

Commit

Permalink
update version and link
Browse files Browse the repository at this point in the history
  • Loading branch information
ambuznego committed Aug 3, 2022
1 parent 3042bcf commit 5d279d6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions assets/js/components/common/DashboardLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class DashboardLayout extends Component {
href="https://engineering.helium.com/2022/07/28/console-updates-2.2.17.html"
target="_blank"
>
v2.2.18
v2.2.19
</Button>
)}
</Sider>
Expand Down Expand Up @@ -124,9 +124,7 @@ class DashboardLayout extends Component {
</SurveyNotificationContext.Provider>
</ContentLayout>
)}
{!noFooter && (
<Footer />
)}
{!noFooter && <Footer />}
</Content>
{!noAddButton && <AddResourceButton />}
</Layout>
Expand Down

0 comments on commit 5d279d6

Please # to comment.