mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
b481fc069e
* add wrapping component for hiding UI Signed-off-by: Kerry Archibald <kerrya@element.io> * rename and move to components Signed-off-by: Kerry Archibald <kerrya@element.io> * prefix interface and add missing copyright Signed-off-by: Kerry Archibald <kerrya@element.io> * remove roomId prop Signed-off-by: Kerry Archibald <kerrya@element.io>
12 lines
240 B
Plaintext
12 lines
240 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<UiFeatureSettingWrapper> renders children when setting is truthy 1`] = `
|
|
<UiFeatureSettingWrapper
|
|
uiFeature="UIFeature.flair"
|
|
>
|
|
<div>
|
|
test
|
|
</div>
|
|
</UiFeatureSettingWrapper>
|
|
`;
|