mirror of
https://github.com/flarum/core.git
synced 2025-08-05 07:57:46 +02:00
Debug removal
This commit is contained in:
committed by
Alexander Skvortsov
parent
727440e88b
commit
125297278b
@@ -60,8 +60,6 @@ export default class PostStreamScrubber extends Component {
|
|||||||
const classNames = ['PostStreamScrubber', 'Dropdown'];
|
const classNames = ['PostStreamScrubber', 'Dropdown'];
|
||||||
if (this.attrs.className) classNames.push(this.attrs.className);
|
if (this.attrs.className) classNames.push(this.attrs.className);
|
||||||
|
|
||||||
console.log(showBackButton);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={classNames.join(' ')}>
|
<div className={classNames.join(' ')}>
|
||||||
<button className="Button Dropdown-toggle" data-toggle="dropdown">
|
<button className="Button Dropdown-toggle" data-toggle="dropdown">
|
||||||
|
Reference in New Issue
Block a user