@bimdata/bcf-components 6.2.0-rc.1 → 6.2.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bimdata/bcf-components",
3
- "version": "6.2.0-rc.1",
3
+ "version": "6.2.0-rc.2",
4
4
  "files": [
5
5
  "src",
6
6
  "vue3-plugin.js"
@@ -225,7 +225,7 @@ export default {
225
225
  if (!props.currentUserEmail) {
226
226
  return false;
227
227
  }
228
- return currentUserEmail === comment.author;
228
+ return props.currentUserEmail === comment.author;
229
229
  }
230
230
 
231
231
  const submitUpdate = async () => {