diff options
author | bobzel <zzzman@gmail.com> | 2023-08-26 22:50:09 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-08-26 22:50:09 -0400 |
commit | e6d135c656645873eeb477974a345d62b17bc9cd (patch) | |
tree | 4188b06affd333dedcefb86b020ab39de3826cbf /src/client/views/nodes/MapBox/MapPushpinBox.tsx | |
parent | a142ff5e6ce017686e9bf418c502417d8cea5cad (diff) |
from last
Diffstat (limited to 'src/client/views/nodes/MapBox/MapPushpinBox.tsx')
-rw-r--r-- | src/client/views/nodes/MapBox/MapPushpinBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/MapBox/MapPushpinBox.tsx b/src/client/views/nodes/MapBox/MapPushpinBox.tsx index 66fe1ce53..552bceace 100644 --- a/src/client/views/nodes/MapBox/MapPushpinBox.tsx +++ b/src/client/views/nodes/MapBox/MapPushpinBox.tsx @@ -30,6 +30,6 @@ export class MapPushpinBox extends ViewBoxBaseComponent<FieldViewProps>() { } render() { - return <div></div>; + return <div />; } } |