diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-21 22:19:14 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-21 22:19:14 +0200 |
| commit | f0983f54c7ea863855a0e035e784bf45f1e29c5b (patch) | |
| tree | 4857dda0dba9d945b4c1198fae4d054c681c2d98 /client/components/Details.jsx | |
| parent | 32858022edf1142d2b05e98290d8cca9b6a8c87a (diff) | |
mobile css
Diffstat (limited to 'client/components/Details.jsx')
| -rw-r--r-- | client/components/Details.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/components/Details.jsx b/client/components/Details.jsx index fff06e0..4994a3b 100644 --- a/client/components/Details.jsx +++ b/client/components/Details.jsx @@ -11,6 +11,7 @@ export default class Details extends Component { render() { const painting = this.props.painting if (! painting) return + const source_images = findImages(painting.parameters) const parameters = breakUpJSON(painting.parameters) return ( |
