Completed
Push — componentlibrary ( 0542b6...7ee174 )
by
unknown
02:07
created
Components/GridTeaserTiles/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Flynt;
6 6
 
7
-add_filter('Flynt/addComponentData?name=GridTeaserTiles', function ($data) {
7
+add_filter('Flynt/addComponentData?name=GridTeaserTiles', function($data) {
8 8
     return $data;
9 9
 });
10 10
 
Please login to merge, or discard this patch.