Skip to content

Commit

Permalink
bring back lodash/fp to fix typeerror
Browse files Browse the repository at this point in the history
  • Loading branch information
ecezalp committed Aug 3, 2021
1 parent 9976670 commit aea2218
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

import styled from 'styled-components';
import { get } from 'lodash';
import { get } from 'lodash/fp';
import React, { Fragment } from 'react';
import { EuiBasicTableColumn, EuiText, EuiTitle } from '@elastic/eui';

Expand Down

0 comments on commit aea2218

Please sign in to comment.