Fix chopped off data for twelve hours
This commit is contained in:
parent
d9623437f1
commit
a0ab82aa62
@ -4,7 +4,7 @@ const fns = require('../../shared/functions');
|
||||
const constants = require('../../shared/constants');
|
||||
const CloseIcon =
|
||||
require(
|
||||
'!babel-loader!svg-react-loader!./close.svg?name=CloseIcon'
|
||||
'!babel!svg-react!./close.svg?name=CloseIcon'
|
||||
);
|
||||
|
||||
const {
|
||||
|
@ -5,7 +5,7 @@ const constants = require('../../shared/constants');
|
||||
const Button = require('../button');
|
||||
const SettingsIcon =
|
||||
require(
|
||||
'!babel-loader!svg-react-loader!./icon-settings.svg?name=SettingsIcon'
|
||||
'!babel!svg-react!./icon-settings.svg?name=SettingsIcon'
|
||||
);
|
||||
|
||||
const {
|
||||
|
Loading…
Reference in New Issue
Block a user