Completed
Push — componentlibrary-sass ( da7814...fb71ef )
by
unknown
02:05
created
Components/ListPosts/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 use Flynt\Utils\Options;
7 7
 use Flynt;
8 8
 
9
-add_filter('Flynt/addComponentData?name=ListPosts', function ($data) {
9
+add_filter('Flynt/addComponentData?name=ListPosts', function($data) {
10 10
     Component::enqueueAssets('ListPosts');
11 11
 
12 12
     return $data;
Please login to merge, or discard this patch.