0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Fixed lint

This commit is contained in:
Rishabh 2022-12-02 16:22:59 +05:30
parent d82cfb1d57
commit cee94217a8

View file

@ -20,11 +20,9 @@ export default class Debug extends Component {
}
get emailError() {
if (this.post.email?.error) {
return {
message: this.post.email.error
}
}
return {
message: this.post.email?.error || 'Failed to send email!'
};
}
get emailSettings() {