diff --git a/app/components/copy-ip/template.hbs b/app/components/copy-ip/template.hbs index c39dd913f..e5f385b09 100644 --- a/app/components/copy-ip/template.hbs +++ b/app/components/copy-ip/template.hbs @@ -1,4 +1,4 @@ -{{format-ip displayIp noIp=noIp}} +{{format-ip ip noIp=noIp}} {{#if ip}} {{copy-to-clipboard clipboardText=ip size='small'}} {{/if}}