Skip to content

Commit

Permalink
[docs] Fix versions page (#28682)
Browse files Browse the repository at this point in the history
[docs] Fix versions page (#28682)
  • Loading branch information
mnajdova authored Sep 30, 2021
1 parent b697728 commit 724a6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async function getBranches() {
}

Page.getInitialProps = async () => {
const FILTERED_BRANCHES = ['latest', 'l10n', 'next'];
const FILTERED_BRANCHES = ['latest', 'l10n', 'next', 'material-ui.com'];

const branches = await getBranches();
/**
Expand Down

0 comments on commit 724a6c8

Please sign in to comment.