diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-03-22 17:45:32 -0400 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-03-22 17:45:32 -0400 |
| commit | 4265feca9e63cad6067055497ecabd354ead84f4 (patch) | |
| tree | 735a71105cd348326c7bbf3e28160a5a8c75f797 /src/client/views/DocumentDecorations.tsx | |
| parent | 62666034718378f4d970331665019b23659c1f3d (diff) | |
collaboration icons
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
| -rw-r--r-- | src/client/views/DocumentDecorations.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index d87c13ce6..b2b18b245 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -756,6 +756,9 @@ export class DocumentDecorations extends React.Component<{ PanelWidth: number; P case ("Not-Shared"): shareSymbolIcon = "▲ "; break; + default: + shareSymbolIcon = ""; + break; } // hide the decorations if the parent chooses to hide it or if the document itself hides it |
