Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix(component): remove unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Küchler committed Dec 18, 2017
1 parent 32c259c commit a1939b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/component/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class App extends React.Component<AppProps> {
public render(): JSX.Element {
// Todo: project and page don't update on page change
const project = this.props.store.getCurrentProject();
const page = this.props.store.getCurrentPage();
const title = `${project && project.getName()}`;

let DevTools;
Expand Down

0 comments on commit a1939b1

Please sign in to comment.