1
0
Fork 0
mirror of synced 2024-08-18 11:31:28 +12:00

Fix usage of className instead of class

This commit is contained in:
Andrew Kingston 2022-02-17 16:06:17 +00:00 committed by GitHub
parent 581c27d8b7
commit a69962c26c

View file

@ -90,7 +90,7 @@
</script> </script>
<DrawerContent> <DrawerContent>
<div className="container"> <div class="container">
<Layout noPadding> <Layout noPadding>
<Body size="S"> <Body size="S">
{#if !filters?.length} {#if !filters?.length}