mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(blur): Missing comma
This commit is contained in:
@@ -93,7 +93,7 @@ export const IONIC_DIRECTIVES = [
|
||||
forwardRef(() => IdRef),
|
||||
|
||||
forwardRef(() => ShowWhen),
|
||||
forwardRef(() => HideWhen)
|
||||
forwardRef(() => HideWhen),
|
||||
|
||||
// Random effects
|
||||
forwardRef(() => Blur)
|
||||
|
||||
Reference in New Issue
Block a user