Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 8b0f930

Browse files
committed
style: fmt
1 parent a93d08a commit 8b0f930

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/PostItem/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ const PostItem = ({
2828
accountInfo,
2929
}) => {
3030
// debug('customization --> ', customization)
31-
const { customization: { contentsLayout, contentDivider } } = accountInfo
31+
const {
32+
customization: { contentsLayout, contentDivider },
33+
} = accountInfo
3234

3335
debug('entry --> ', entry)
3436
debug('active --> ', active)

0 commit comments

Comments
 (0)