Skip to content

Commit

Permalink
link target no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
rushtong committed Oct 5, 2023
1 parent 2beb7cb commit df05daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const Notification = (props) => {
break;
}
// eslint-disable-next-line react/no-children-prop
const content = <ReactMarkdown children={notificationData.message} linkTarget={'_blank'} className={style['underlined']}/>;
const content = <ReactMarkdown children={notificationData.message} className={style['underlined']}/>;
notificationDiv = <div
key={key}
className={'row no-margin alert alert-' + notificationData.level}>
Expand Down

0 comments on commit df05daf

Please sign in to comment.