From 1aac0ba0407c79c4b2c112db4f5f8371ea68ac76 Mon Sep 17 00:00:00 2001 From: Laurence Maultsby Date: Tue, 8 Nov 2016 11:03:47 -0500 Subject: [PATCH] Removed base.scss from SshKeys. Was causing issues with instantiate page. Signed-off-by: Laurence Maultsby --- skyquake/plugins/launchpad/src/ssh_keys/sshKeys.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyquake/plugins/launchpad/src/ssh_keys/sshKeys.jsx b/skyquake/plugins/launchpad/src/ssh_keys/sshKeys.jsx index 8f8945db5..f832215ad 100644 --- a/skyquake/plugins/launchpad/src/ssh_keys/sshKeys.jsx +++ b/skyquake/plugins/launchpad/src/ssh_keys/sshKeys.jsx @@ -21,7 +21,7 @@ import SshKeyCard from './sshKeyCard.jsx'; import SshKeyStore from './sshKeyStore.js'; import SkyquakeComponent from 'widgets/skyquake_container/skyquakeComponent.jsx'; import '../../node_modules/open-iconic/font/css/open-iconic.css'; -import 'style/base.scss'; +// import 'style/base.scss'; class SshKeys extends Component { -- 2.17.1