Skip to content

Commit dfa2c64

Browse files
committed
Linting
1 parent 7405d96 commit dfa2c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ButtonPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export class ButtonPanel extends PureComponent<Props, ButtonPanelState> {
118118
}
119119

120120
if (options.isAuth) {
121-
fetchOpts.credentials= 'include';
121+
fetchOpts.credentials = 'include';
122122
requestHeaders.set('Authorization', 'Basic ' + btoa(options.username + ':' + options.password));
123123
}
124124

0 commit comments

Comments
 (0)