about summary refs log tree commit diff
path: root/components/PostList
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-10-21 20:06:48 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-10-21 20:06:48 +0200
commit82cd395bf7deb8f1df95be5a0bb3f59d0b1108e1 (patch)
tree62994273e46586baa717ca62c402f62b9c6d12d6 /components/PostList
parent17fc6a6b4507e5535d8b6989b66da5bac323e87b (diff)
downloadpuszcza-82cd395bf7deb8f1df95be5a0bb3f59d0b1108e1.tar.gz
puszcza-82cd395bf7deb8f1df95be5a0bb3f59d0b1108e1.zip
Add Facebook components
Diffstat (limited to 'components/PostList')
-rw-r--r--components/PostList/PurePostList.stories.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/PostList/PurePostList.stories.js b/components/PostList/PurePostList.stories.js
index cf812f7..00516f8 100644
--- a/components/PostList/PurePostList.stories.js
+++ b/components/PostList/PurePostList.stories.js
@@ -1,15 +1,12 @@
 import { storiesOf } from '@storybook/vue'
-import { center } from '../../.storybook/decorators'
 
 import { postLink } from '../PostLink.stories'
 
 import PurePostList from './PurePostList'
 
 export const posts = Array(5).fill(postLink)
-console.log(posts)
 
 storiesOf('PurePostList', module)
-  .addDecorator(center)
   .add('default', () => {
     return {
       components: { PurePostList },