diff --git a/packages/insomnia-app/app/ui/containers/app.tsx b/packages/insomnia-app/app/ui/containers/app.tsx index afd1dde49011..e80245584cec 100644 --- a/packages/insomnia-app/app/ui/containers/app.tsx +++ b/packages/insomnia-app/app/ui/containers/app.tsx @@ -1533,7 +1533,9 @@ class App extends PureComponent { handleSetResponsePreviewMode={this._handleSetResponsePreviewMode} handleSetResponseFilter={this._handleSetResponseFilter} handleSendRequestWithEnvironment={this._handleSendRequestWithEnvironment} - handleSendAndDownloadRequestWithEnvironment={this._handleSendAndDownloadRequestWithEnvironment} + handleSendAndDownloadRequestWithEnvironment={ + this._handleSendAndDownloadRequestWithEnvironment + } handleSetActiveResponse={this._handleSetActiveResponse} handleSetActiveEnvironment={this._handleSetActiveEnvironment} handleSetSidebarFilter={this._handleSetSidebarFilter}