mirror of
https://github.com/wassname/talk.git
synced 2026-07-11 06:57:24 +08:00
replaced eslint:recommended with prettier
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
import {gql} from 'react-apollo';
|
||||
import { gql } from 'react-apollo';
|
||||
import PermalinkButton from '../components/PermalinkButton';
|
||||
import {withFragments} from 'plugin-api/beta/client/hocs';
|
||||
import { withFragments } from 'plugin-api/beta/client/hocs';
|
||||
|
||||
export default withFragments({
|
||||
asset: gql`
|
||||
fragment TalkPermalink_Button_asset on Asset {
|
||||
url
|
||||
}
|
||||
`,
|
||||
`,
|
||||
comment: gql`
|
||||
fragment TalkPermalink_Button_comment on Comment {
|
||||
id
|
||||
}
|
||||
`
|
||||
`,
|
||||
})(PermalinkButton);
|
||||
|
||||
Reference in New Issue
Block a user