mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Components, UI/UX and Styling
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import {gql} from 'react-apollo';
|
||||
import ModTag from '../components/ModTag';
|
||||
import {withFragments} from 'plugin-api/beta/client/hocs';
|
||||
|
||||
export default withFragments({
|
||||
comment: gql`
|
||||
fragment TalkFeaturedComments_ModTab_comment on Comment {
|
||||
tags {
|
||||
tag {
|
||||
name
|
||||
}
|
||||
}
|
||||
}
|
||||
`
|
||||
})(ModTag);
|
||||
Reference in New Issue
Block a user