Skip to content

Commit

Permalink
chore: removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbolikowski committed Aug 7, 2024
1 parent 39f8fbe commit b7f7a05
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ function FormDraggableAccordion({
return () => sub?.unsubscribe()
}, [closeAccordionSignalSubject])

const modalHeadline =
entryCategory === 'education'
? 'Delete education entry?'
: 'Delete professional experience?'
const modalMessage =
entryCategory === 'education'
? 'You will lose all the information entered for this education entry.'
: 'You will lose all the information entered for this professional experience.'

return (
<div className="form-draggable-accordion">
<Columns breakpoint="mobile" className="form-draggable-accordion__title">
Expand Down

0 comments on commit b7f7a05

Please sign in to comment.