Skip to content

Commit

Permalink
Fix eslint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Roschl committed Apr 16, 2021
1 parent 90dcd3a commit 52ff826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/core/model/qmra/Exposure.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {GenericObject} from '../genericObject/GenericObject';
import IExposure, { IExposurePayload } from './Exposure.type';
import uuid from 'uuid';
import { IPropertyValueObject } from '../types';

class Exposure extends GenericObject<IExposure> {
get id() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Table } from "semantic-ui-react";
import IStatsTotal from "../../../../core/model/qmra/result/StatsTotal.type";
import { Table } from 'semantic-ui-react';
import IStatsTotal from '../../../../core/model/qmra/result/StatsTotal.type';

interface IProps {
data: IStatsTotal[];
Expand Down

0 comments on commit 52ff826

Please sign in to comment.