eslint: use semicolon TypeScript delimeter
This commit is contained in:
@ -22,7 +22,7 @@ const messages = defineMessages({
|
||||
});
|
||||
|
||||
interface IAccountNotePanel {
|
||||
account: AccountEntity
|
||||
account: AccountEntity;
|
||||
}
|
||||
|
||||
const AccountNotePanel: React.FC<IAccountNotePanel> = ({ account }) => {
|
||||
|
||||
Reference in New Issue
Block a user