diff --git a/src/LayoutParagraphsLayout.php b/src/LayoutParagraphsLayout.php
index 1ddcb759dfc4c0b699dc725a6fe8d64fc5b40069..ccc6ba61d1a7b7ea5353a75720632180ff75a25e 100644
--- a/src/LayoutParagraphsLayout.php
+++ b/src/LayoutParagraphsLayout.php
@@ -93,7 +93,7 @@ class LayoutParagraphsLayout implements LayoutParagraphsComponentGroupInterface
     foreach ($this->entity->{$this->fieldName} as $key => $item) {
       if ($item->entity->uuid() == $paragraph->uuid()) {
         $match = $key;
-        continue;
+        break;
       }
     }