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 8bd1ea0 commit 85d7237Copy full SHA for 85d7237
frontend/src/components/view/feed/FeedContainer.vue
@@ -52,7 +52,7 @@ export default {
52
try {
53
await this.fetchTweets();
54
} catch (error) {
55
- this.showErrorMessage(error.message)
+ this.showErrorMessage(error.message);
56
}
57
58
const channel = pusher.subscribe('private-tweets');
0 commit comments