Commit bc9f7cc0 authored by Robert Knight's avatar Robert Knight

Add missing types in GroupList

parent c48a0a63
...@@ -21,6 +21,8 @@ import GroupListSection from './GroupListSection'; ...@@ -21,6 +21,8 @@ import GroupListSection from './GroupListSection';
/** /**
* Return the custom icon for the top bar configured by the publisher in * Return the custom icon for the top bar configured by the publisher in
* the Hypothesis client configuration. * the Hypothesis client configuration.
*
* @param {SidebarSettings} settings
*/ */
function publisherProvidedIcon(settings) { function publisherProvidedIcon(settings) {
const svc = serviceConfig(settings); const svc = serviceConfig(settings);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment