Skip to content

Commit 8ac95c0

Browse files
committed
SketchList and AssetList set page title
1 parent 7ea4ae5 commit 8ac95c0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

client/modules/User/pages/DashboardView.jsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react';
33
import { connect } from 'react-redux';
44
import { bindActionCreators } from 'redux';
55
import { browserHistory } from 'react-router';
6-
import { Helmet } from 'react-helmet';
6+
77
import { updateSettings, initiateVerification, createApiKey, removeApiKey } from '../actions';
88
import NavBasic from '../../../components/NavBasic';
99

@@ -68,10 +68,6 @@ class DashboardView extends React.Component {
6868

6969
return (
7070
<div className="dashboard">
71-
<Helmet>
72-
<title>p5.js Web Editor | Account</title>
73-
</Helmet>
74-
7571
<NavBasic onBack={this.closeAccountPage} />
7672

7773
<section className="dashboard-header">

0 commit comments

Comments
 (0)