Skip to content

Commit

Permalink
format HardwareDetailsCard.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Nov 12, 2023
1 parent bac71c7 commit 9750e02
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import Display from '@/components/elements/displays/DisplayRow'

import { Dd, Dt } from '@/components/dashboard/ServerCard'


const HardwareDetailsCard = () => {
const { t } = useTranslation('server.settings')
const { t: tStrings } = useTranslation('strings')
Expand Down Expand Up @@ -103,4 +102,4 @@ const HardwareDetailsCard = () => {
)
}

export default HardwareDetailsCard
export default HardwareDetailsCard

0 comments on commit 9750e02

Please sign in to comment.