1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 18:07:02 +02:00

cleanup: common/components/Navigation (remove unused config

This commit is contained in:
Alexander Skvortsov
2020-08-10 18:13:05 -04:00
committed by Franz Liedke
parent 3d91268493
commit 1f94ffc842

View File

@@ -47,7 +47,6 @@ export default class Navigation extends Component {
href: history.backUrl(),
icon: 'fas fa-chevron-left',
title: previous.title,
config: () => {},
onclick: (e) => {
if (e.shiftKey || e.ctrlKey || e.metaKey || e.which === 2) return;
e.preventDefault();