Remove obsolete comment

pull/3556/head
Jared Scheib 2018-06-08 18:20:25 -07:00
parent d837f74116
commit 53a0f07d42
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ class DashboardPage extends Component {
params: {dashboardID},
location,
} = this.props
// TODO: block viewer from doing this
const currentTempVar = dashboard.templates.find(
tempVar => tempVar.id === templateID
)