Skip to content

Commit

Permalink
[docs] Remove migration from the releases page
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Feb 1, 2022
1 parent ba4e819 commit 7986a57
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', 'material-ui.com'];
const FILTERED_BRANCHES = ['latest', 'l10n', 'next', 'migration', 'material-ui.com'];

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

0 comments on commit 7986a57

Please sign in to comment.