diff options
author | mehekj <mehek.jethani@gmail.com> | 2022-08-10 11:51:41 -0400 |
---|---|---|
committer | mehekj <mehek.jethani@gmail.com> | 2022-08-10 11:51:41 -0400 |
commit | 19aa61f593c896f4d3bd0ffae6dbe306c2a9546d (patch) | |
tree | 5b016a606b6f6a258f8a476721ddbe0056320d59 /src/client/views/LightboxView.tsx | |
parent | fe5b49705069eebccec22e6cad29b007a60e3bec (diff) |
basic table in progress
Diffstat (limited to 'src/client/views/LightboxView.tsx')
-rw-r--r-- | src/client/views/LightboxView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/LightboxView.tsx b/src/client/views/LightboxView.tsx index 99d50b4a2..4fd145f2d 100644 --- a/src/client/views/LightboxView.tsx +++ b/src/client/views/LightboxView.tsx @@ -180,6 +180,7 @@ export class LightboxView extends React.Component<LightboxViewProps> { }) .filter(m => m) .map(m => m!); + console.log(LightboxView._tourMap); } @action public static Previous() { |