Commit 5bccf4de authored by Michael Le's avatar Michael Le

Add missing condition

parent 9b496314
......@@ -114,7 +114,10 @@ export default {
{{ __('Add GitLab to Slack') }}
</gl-button>
<div class="popup gitlab-slack-popup mx-auto prepend-top-20 text-center js-popup">
<div
v-if="popupOpen"
class="popup gitlab-slack-popup mx-auto prepend-top-20 text-center js-popup"
>
<div v-if="isSignedIn && hasProjects" class="inline">
<strong>{{ __('Select GitLab project to link with your Slack team') }}</strong>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment