Skip to content

Commit

Permalink
Update client/src/utils/mountVueComponent.js
Browse files Browse the repository at this point in the history
Co-authored-by: Marius van den Beek <m.vandenbeek@gmail.com>
  • Loading branch information
dannon and mvdbeek committed Jun 21, 2024
1 parent 4f00347 commit 16b8036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/utils/mountVueComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function getOrCreatePinia() {
// We sometimes use this utility mounting function in a context where there
// is no existing vue application or pinia store (e.g. individual charts
// displayed in an iframe).
// To support both use cases, we will a new pinia store and attach it to the
// To support both use cases, we will create a new pinia store and attach it to the
// vue application that is created for the component.
let pinia = getActivePinia();
if (!pinia) {
Expand Down

0 comments on commit 16b8036

Please sign in to comment.