mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-11 12:58:35 +03:00
💄
This commit is contained in:
@@ -118,7 +118,6 @@ class Card extends React.Component {
|
||||
{this.renderTimestamp()}
|
||||
{this.renderLocation()}
|
||||
</div>
|
||||
{this.renderCategory()}
|
||||
{this.renderSummary()}
|
||||
</div>
|
||||
)
|
||||
|
||||
@@ -92,7 +92,6 @@ class Toolbar extends React.Component {
|
||||
}
|
||||
|
||||
renderToolbarTab (_selected, label, iconKey) {
|
||||
console.log(label)
|
||||
const isActive = (this.state._selected === _selected)
|
||||
let classes = (isActive) ? 'toolbar-tab active' : 'toolbar-tab'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user