We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e1a8a commit 03b62f2Copy full SHA for 03b62f2
velog-frontend/src/containers/series/SeriesContainer.js
@@ -17,7 +17,7 @@ type Props = {
17
18
class SeriesContainer extends Component<Props> {
19
initialize = async () => {
20
- if (!this.props.shouldCancel) return;
+ if (this.props.shouldCancel) return;
21
SeriesActions.initialize();
22
const { username, urlSlug } = this.props.match.params;
23
if (!username || !urlSlug) return;
0 commit comments