Skip to content

Commit

Permalink
[docs] Remove migration from the releases page (#30863)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored Feb 2, 2022
1 parent f70b22d commit 854bffe
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 854bffe

Please sign in to comment.