Remove duplicate PluginSettings.StudioProvider (#545)

This commit is contained in:
boatbomber
2022-05-25 15:48:10 -07:00
committed by GitHub
parent 3cef2fe9aa
commit 0a412ade88

View File

@@ -154,9 +154,6 @@ function App:render()
value = self.props.plugin, value = self.props.plugin,
}, { }, {
e(Theme.StudioProvider, nil, { e(Theme.StudioProvider, nil, {
e(PluginSettings.StudioProvider, {
plugin = self.props.plugin,
}, {
gui = e(StudioPluginGui, { gui = e(StudioPluginGui, {
id = pluginName, id = pluginName,
title = pluginName, title = pluginName,
@@ -299,7 +296,6 @@ function App:render()
}) })
}), }),
}), }),
}),
}) })
end end