Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarDamkjaer committed Sep 12, 2023
1 parent 47d0051 commit 7a9214c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/browser/modules/DBMSInfo/DatabaseSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ const Select = styled.select`
const EMPTY_OPTION = 'Select db to use'

const HOUSE_EMOJI = '\u{1F3E0}'
const HOUR_GLASS_EMOJI = '\u{231B}'
const RED_EXCLAIMATION_EMOJI = '\u{2757}'
const NBSP_CHAR = '\u{00A0}'

type DatabaseSelectorProps = {
Expand Down

0 comments on commit 7a9214c

Please sign in to comment.