Skip to content

Commit

Permalink
remove commit from wrong file
Browse files Browse the repository at this point in the history
  • Loading branch information
tianj7 committed Nov 19, 2024
1 parent de98059 commit a33467e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Popup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Popup extends React.Component {
)
}
</div>
<div className='popup__message' id='popup__message' aria-labelledby='popup__message'>
<div className='popup__message' id='popup__message'>
{ this.props.message && <div className='high-light'>{this.props.message.map((text, i) => <p key={i}>{text}</p>)}</div> }
{
this.props.lines.length > 0
Expand Down

0 comments on commit a33467e

Please sign in to comment.