Guest User

Untitled

a guest
Oct 17th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <Switch>
  2. <Route exact path="/" component={LandingPage} />
  3. <Route exact path="/catalog/:id" component={Video} />
  4. </Switch>
  5.  
  6. {this.props.doubleSlash
  7. ? <img src={'../images/' + assetName}/>
  8. : <img src={'./images' + assetName} />
Add Comment
Please, Sign In to add comment