mirror of
https://github.com/zhigang1992/react-slot-fill.git
synced 2026-01-12 22:51:20 +08:00
fix missing semicolon
This commit is contained in:
@@ -156,7 +156,7 @@ export default class Manager {
|
||||
if (!registration) {
|
||||
return [];
|
||||
} else {
|
||||
return registration.components.map(c => c.fill)
|
||||
return registration.components.map(c => c.fill);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user