diff options
| author | ljungster <parkerljung@gmail.com> | 2022-08-22 11:03:31 -0400 |
|---|---|---|
| committer | ljungster <parkerljung@gmail.com> | 2022-08-22 11:03:31 -0400 |
| commit | 3cf60a6118a5994e43c8ac9d00092992d6c83700 (patch) | |
| tree | 84175cf351fb583c6c741c772e8223965ce8dfd5 /src/client/views/collections/CollectionNoteTakingViewDivider.tsx | |
| parent | b7c2e1081e4efe7167a86fb1d9f641bea8b93bba (diff) | |
can't add column if name in use
Diffstat (limited to 'src/client/views/collections/CollectionNoteTakingViewDivider.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionNoteTakingViewDivider.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionNoteTakingViewDivider.tsx b/src/client/views/collections/CollectionNoteTakingViewDivider.tsx index 7defeb031..8d659f790 100644 --- a/src/client/views/collections/CollectionNoteTakingViewDivider.tsx +++ b/src/client/views/collections/CollectionNoteTakingViewDivider.tsx @@ -10,7 +10,7 @@ interface DividerProps { } /** - * CollectionNoteTakingViewDivider is a divider between CollectionNoteTakingViewColumns, + * CollectionNoteTakingViewDivider are dividers between CollectionNoteTakingViewColumns, * which only appear when there is more than 1 column in CollectionNoteTakingView. Dividers * are two simple vertical lines that allow the user to alter the widths of CollectionNoteTakingViewColumns. */ |
