sbernheim4 / Budgeteer

0 stars 0 forks source link

Fix pop up message (Error Component) #32

Closed sbernheim4 closed 4 years ago

sbernheim4 commented 6 years ago

Current Behavior: Message is shown on update button being clicked the first time but not subsequent times

This occurs since the whole component is stored as a state variable instead of a boolean being used and passed in as a prop.

sbernheim4 commented 4 years ago

Fixed