Filter by timerange on selecting Narrative

This commit is contained in:
Franc Camps-Febrer
2018-12-06 12:23:02 +00:00
parent b53e4876da
commit b6f7053375
12 changed files with 52 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react';
import copy from '../../js/data/copy.json';
import {isNotNullNorUndefined} from '../../js/data/utilities';
import { isNotNullNorUndefined } from '../../js/utilities';
const CardLocation = ({ language, location }) => {

View File

@@ -1,7 +1,7 @@
import React from 'react';
import copy from '../../js/data/copy.json';
import {isNotNullNorUndefined} from '../../js/data/utilities';
import { isNotNullNorUndefined } from '../../js/utilities';
const CardTimestamp = ({ makeTimelabel, language, timestamp }) => {