diff options
author | bobzel <zzzman@gmail.com> | 2021-02-26 02:24:32 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-02-26 02:24:32 -0500 |
commit | feac7f17533c4b587cadc783fbd5f47c464d40db (patch) | |
tree | 13592280bb76ed30d4c81e11d967ae2944deb7c8 /src/client/views/LightboxView.tsx | |
parent | 414c48bc240a0dcfc57c07ece61eb6cca0cbf5bb (diff) |
updated fieldInfos a bit more.
Diffstat (limited to 'src/client/views/LightboxView.tsx')
-rw-r--r-- | src/client/views/LightboxView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/LightboxView.tsx b/src/client/views/LightboxView.tsx index e1fbea76e..15b98467c 100644 --- a/src/client/views/LightboxView.tsx +++ b/src/client/views/LightboxView.tsx @@ -276,6 +276,6 @@ export class LightboxTourBtn extends React.Component<LightboxTourBtnProps> { this.props.stepInto(); }, StrCast(this.props.tourMap()?.lastElement()?.TourMap) - ) + ); } }
\ No newline at end of file |