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 12, 2019
1 parent a1761dc commit a488f2b
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 a488f2b

Please sign in to comment.