Skip to content

Commit 4c9c16d

Browse files
author
Jaime Rios
committed
Bugfix: rxconst
1 parent a986c42 commit 4c9c16d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

snippets/snippets.cson

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ export default connect(mapStateToProps, mapDispatchToProps)(${1:componentName});
118118
'.source.js':
119119
'Redux conts':
120120
'prefix': 'rxconst'
121-
'body': """export const ${1:constName} = '${1:constName}';"""
121+
'body': """export const ${1:constName} = '${1:constName}';
122+
"""
122123

123124

124125
'.source.js':

0 commit comments

Comments
 (0)