diff --git a/src/components/Button/Button.stories.js b/src/components/Button/Button.stories.js
index ff39a66..472879a 100644
--- a/src/components/Button/Button.stories.js
+++ b/src/components/Button/Button.stories.js
@@ -8,17 +8,6 @@ import styled from "styled-components";
import Button from "./Button";
export const actions = { onClick: action("onClick") };
-const Badge = styled.span`
- content: "";
- position: absolute;
- top: 8px;
- right: 0;
- width: 12px;
- height: 4px;
- display: inline-block;
- background: fuchsia;
- box-shadow: 0 0 4px fuchsia;
-`;
storiesOf("Button", module)
// .addDecorator(story => (
//
// ))
- .add("default", () => (
-
- ))
+ .add("default", () => )
.add("disabled", () => (