Skip to content
Snippets Groups Projects
Commit fde9732a authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed public keys always rendering even when empty

parent e11a702a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -97,6 +97,7 @@
:keys="keys.available_project_keys"
:store="store" />
<keys-panel
v-if="keys.public_keys.length"
title="Public deploy keys available to any project"
:keys="keys.public_keys"
:store="store" />
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment