Remove unused parameter from `createStore` in release detail Vuex app
What does this MR do?
Removes a parameter that was being passed to createParam that was unused. (createParam doesn't accept any parameters.)
Thanks for catching this, @nmezzopera