@ -53,7 +53,7 @@ class MemoDetail extends Component {
const { match } = this.props
const memoUrl = `/api/v1/memos/${match.params.memoId}`;
const memoUrl = `/api/v1/memos/${match.params.memoId}${window.location.search}`;
this.setState({
memoLoading: true
})