Commit fde9732a authored by Phil Hughes's avatar Phil Hughes

Fixed public keys always rendering even when empty

parent e11a702a
......@@ -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" />
......
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