Skip to content

Commit

Permalink
fixed prettier error
Browse files Browse the repository at this point in the history
  • Loading branch information
elraphty committed Nov 19, 2023
1 parent 6c69979 commit 6c7bd31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable func-style */
import React, { useCallback, useEffect, useState } from 'react';
import { EuiText, EuiFieldText, EuiGlobalToastList, shade } from '@elastic/eui';
import { EuiText, EuiFieldText, EuiGlobalToastList } from '@elastic/eui';
import { observer } from 'mobx-react-lite';
import moment from 'moment';
import { isInvoiceExpired, userHasManageBountyRoles } from 'helpers';
Expand Down

0 comments on commit 6c7bd31

Please sign in to comment.