Skip to content

Commit 137ecfd

Browse files
abstrakt8Copilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 3c3c512 commit 137ecfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lib/src/components/GSplat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ componentDefinition.schema = {
4545
apply: (instance: GSplatComponent, props: Record<string, unknown>, key: string) => {
4646
const value = props[key] as boolean;
4747

48-
if(instance.unified === value) {
48+
if (instance.unified === value) {
4949
return;
5050
}
5151

0 commit comments

Comments
 (0)