Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirudulanjaya committed Nov 20, 2019
1 parent f9b6c31 commit 37ccfa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/SingleLineMapScreen/SingleLineMapScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class SingleLineMapScreen extends React.Component {
</p>
</CardHeader>
<CardBody>
{this.state.branch === "Negambo" ? (
{this.state.branch === "Negambo-2" ? (

<ImageZoom
image={{
Expand All @@ -90,7 +90,7 @@ class SingleLineMapScreen extends React.Component {
alt: 'Golden Gate Bridge'
}}
/>
) : this.state.branch === "Negambo-2" ? (
) : this.state.branch === "Negambo" ? (
<div>
<ImageZoom
image={{
Expand Down

0 comments on commit 37ccfa3

Please sign in to comment.