mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-30 09:36:16 +00:00
Remove duplicate PluginSettings.StudioProvider (#545)
This commit is contained in:
@@ -154,9 +154,6 @@ function App:render()
|
||||
value = self.props.plugin,
|
||||
}, {
|
||||
e(Theme.StudioProvider, nil, {
|
||||
e(PluginSettings.StudioProvider, {
|
||||
plugin = self.props.plugin,
|
||||
}, {
|
||||
gui = e(StudioPluginGui, {
|
||||
id = pluginName,
|
||||
title = pluginName,
|
||||
@@ -299,7 +296,6 @@ function App:render()
|
||||
})
|
||||
}),
|
||||
}),
|
||||
}),
|
||||
})
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user