Skip to content

Commit

Permalink
chore(NA): fix eslint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jun 3, 2020
1 parent 2953e79 commit 5221130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ export const MetricsAndGroupByToolbarItems = (props: Props) => {
</EuiFlexItem>
</>
);
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ export type DataRequestDescriptor = {
dataRequestToken?: symbol;
data?: object;
dataMeta?: DataMeta;
};
};

0 comments on commit 5221130

Please sign in to comment.