зеркало из https://github.com/mozilla/Spoke.git
Start removing unused templates
This commit is contained in:
Родитель
de2209b8f0
Коммит
3e0d8899a6
|
@ -17,7 +17,6 @@ import { MediumButton } from "../inputs/Button";
|
|||
import { Link } from "react-router-dom";
|
||||
import LatestUpdate from "../whats-new/LatestUpdate";
|
||||
import { connectMenu, ContextMenu, MenuItem } from "../layout/ContextMenu";
|
||||
import templates from "./templates";
|
||||
import styled from "styled-components";
|
||||
|
||||
export const ProjectsSection = styled.section`
|
||||
|
@ -141,12 +140,6 @@ class ProjectsPage extends Component {
|
|||
|
||||
const ProjectContextMenu = this.ProjectContextMenu;
|
||||
|
||||
const topTemplates = [];
|
||||
|
||||
for (let i = 0; i < templates.length && i < 4; i++) {
|
||||
topTemplates.push(templates[i]);
|
||||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
<NavBar />
|
||||
|
|
Загрузка…
Ссылка в новой задаче