Skip to content

Commit

Permalink
build: fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelTaranto committed Nov 29, 2024
1 parent 1b21d21 commit 89e98fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-lamassu-admin/src/pages/Transactions/DetailsCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as R from 'ramda'
import React, { memo, useState } from 'react'

import { ConfirmDialog } from 'src/components/ConfirmDialog'
import { HelpTooltip, HoverableTooltip } from 'src/components/Tooltip'
import { HelpTooltip } from 'src/components/Tooltip'
import { IDButton, ActionButton } from 'src/components/buttons'
import { P, Label1 } from 'src/components/typography'
import { ReactComponent as CardIdInverseIcon } from 'src/styling/icons/ID/card/white.svg'
Expand Down

0 comments on commit 89e98fb

Please sign in to comment.