Skip to content

Commit

Permalink
filtering country map by transaction name
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Nov 13, 2019
1 parent 5d82827 commit f3d90dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,12 @@ export class TransactionCharts extends Component<TransactionChartProps> {
</EuiPanel>
</EuiFlexItem>
</EuiFlexGrid>
{transactionType === TRANSACTION_PAGE_LOAD ? (
{transactionType === TRANSACTION_PAGE_LOAD && (
<>
<EuiSpacer size="s" />
<DurationByCountryMap />
</>
) : null}
)}
</>
);
}
Expand Down

0 comments on commit f3d90dc

Please sign in to comment.