mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-09 17:19:59 +00:00
eslint: operator-linebreak
This commit is contained in:
@@ -96,8 +96,8 @@ export default class Bridge extends Component<BridgeProps, BridgeState> {
|
||||
}
|
||||
|
||||
public render() {
|
||||
const [ backupMessageStart, backupMessageEnd ]
|
||||
= _("optionsBridgeBackupEnabled", "\0").split("\0");
|
||||
const [ backupMessageStart, backupMessageEnd ] =
|
||||
_("optionsBridgeBackupEnabled", "\0").split("\0");
|
||||
|
||||
return (
|
||||
<div className="bridge">
|
||||
|
||||
Reference in New Issue
Block a user